diff options
| -rw-r--r-- | include/asm-generic/cmpxchg-local.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-generic/cmpxchg-local.h b/include/asm-generic/cmpxchg-local.h index d8d4c898c1bb..70bef78912b7 100644 --- a/include/asm-generic/cmpxchg-local.h +++ b/include/asm-generic/cmpxchg-local.h | |||
| @@ -4,7 +4,8 @@ | |||
| 4 | #include <linux/types.h> | 4 | #include <linux/types.h> |
| 5 | #include <linux/irqflags.h> | 5 | #include <linux/irqflags.h> |
| 6 | 6 | ||
| 7 | extern unsigned long wrong_size_cmpxchg(volatile void *ptr); | 7 | extern unsigned long wrong_size_cmpxchg(volatile void *ptr) |
| 8 | __noreturn; | ||
| 8 | 9 | ||
| 9 | /* | 10 | /* |
| 10 | * Generic version of __cmpxchg_local (disables interrupts). Takes an unsigned | 11 | * Generic version of __cmpxchg_local (disables interrupts). Takes an unsigned |
