]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / drivers / staging / lustre / include / linux / libcfs / libcfs_private.h
index 78bde2c11b50ba44928d0a27a2d50d2a2d9e6d05..f0b0423a716bd09252b74f5f9d22506fddc7c4dd 100644 (file)
@@ -79,7 +79,7 @@ do {                                                                  \
 
 #define KLASSERT(e) LASSERT(e)
 
-void lbug_with_loc(struct libcfs_debug_msg_data *)__attribute__((noreturn));
+void __noreturn lbug_with_loc(struct libcfs_debug_msg_data *);
 
 #define LBUG()                                                   \
 do {                                                               \