mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-19 05:24:11 +00:00
include/linux/linkage.h: remove unused NORET_AND macro
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>
This commit is contained in:
parent
4da4785995
commit
80bf007f20
1 changed files with 0 additions and 1 deletions
|
@ -90,6 +90,5 @@
|
||||||
|
|
||||||
#define NORET_TYPE /**/
|
#define NORET_TYPE /**/
|
||||||
#define ATTRIB_NORET __attribute__((noreturn))
|
#define ATTRIB_NORET __attribute__((noreturn))
|
||||||
#define NORET_AND noreturn,
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue