projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4da4785
)
include/linux/linkage.h: remove unused NORET_AND macro
author
Joe Perches
<joe@perches.com>
Fri, 13 Jan 2012 01:17:14 +0000
(17:17 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 13 Jan 2012 04:13:02 +0000
(20:13 -0800)
The only use in kernel.h is gone so remove the 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
|
history
diff --git
a/include/linux/linkage.h
b/include/linux/linkage.h
index 3f46aedea42fbb5024f8e9896e380d0051c74132..c75074cb8ad4e372ea9f6f7cc2be777eb8659dda 100644
(file)
--- a/
include/linux/linkage.h
+++ b/
include/linux/linkage.h
@@
-90,6
+90,5
@@
#define NORET_TYPE /**/
#define ATTRIB_NORET __attribute__((noreturn))
-#define NORET_AND noreturn,
#endif