projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff2d8b1
)
include/linux/linkage.h: remove unused ATTRIB_NORET macro
author
Joe Perches
<joe@perches.com>
Fri, 13 Jan 2012 01:17:25 +0000
(17:17 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 13 Jan 2012 04:13:03 +0000
(20:13 -0800)
The uses have been renamed so delete the unused macro.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/linkage.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/linkage.h
b/include/linux/linkage.h
index 6a8f252e49eee13929d41b99d3e5c75dadf55fa8..807f1e5332267e6bd776f9591f106b723e1c02ab 100644
(file)
--- a/
include/linux/linkage.h
+++ b/
include/linux/linkage.h
@@
-88,6
+88,4
@@
#endif
-#define ATTRIB_NORET __attribute__((noreturn))
-
#endif