forked from beagleboard/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hw-breakpoint: Attribute authorship of hw-breakpoint related files
Attribute authorship to developers of hw-breakpoint related files. Signed-off-by: K.Prasad <[email protected]> Cc: Alan Stern <[email protected]> Cc: Frederic Weisbecker <[email protected]> LKML-Reference: <[email protected]> [ v2: moved it to latest -tip ] Signed-off-by: Ingo Molnar <[email protected]>
- Loading branch information
K.Prasad
authored and
Ingo Molnar
committed
Nov 23, 2009
1 parent
acd1d7c
commit ba6909b
Showing
3 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,10 @@ | |
* Copyright (C) 2007 Alan Stern | ||
* Copyright (C) 2009 IBM Corporation | ||
* Copyright (C) 2009 Frederic Weisbecker <[email protected]> | ||
* | ||
* Authors: Alan Stern <[email protected]> | ||
* K.Prasad <[email protected]> | ||
* Frederic Weisbecker <[email protected]> | ||
*/ | ||
|
||
/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,10 @@ | |
* Copyright (C) 2009, Frederic Weisbecker <[email protected]> | ||
* | ||
* Thanks to Ingo Molnar for his many suggestions. | ||
* | ||
* Authors: Alan Stern <[email protected]> | ||
* K.Prasad <[email protected]> | ||
* Frederic Weisbecker <[email protected]> | ||
*/ | ||
|
||
/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,8 @@ | |
* that variable. | ||
* | ||
* Copyright (C) IBM Corporation, 2009 | ||
* | ||
* Author: K.Prasad <[email protected]> | ||
*/ | ||
#include <linux/module.h> /* Needed by all modules */ | ||
#include <linux/kernel.h> /* Needed for KERN_INFO */ | ||
|