summaryrefslogtreecommitdiffstats
path: root/libc/kernel/common/linux/init.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-01-30 10:31:24 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-30 10:31:24 -0800
commit9d43c079875ebd2540daccb180e9d6d0fa06061d (patch)
tree3e4f9748121b8862bec46488fc52a23621587f60 /libc/kernel/common/linux/init.h
parent5821e11d0b577fda45b81f0c9ea13c1c1c5de1a8 (diff)
parent4e8825038e08762dcc973fa435b531f10290ffa8 (diff)
downloadbionic-9d43c079875ebd2540daccb180e9d6d0fa06061d.zip
bionic-9d43c079875ebd2540daccb180e9d6d0fa06061d.tar.gz
bionic-9d43c079875ebd2540daccb180e9d6d0fa06061d.tar.bz2
am 4e882503: am a990cf5b: Merge "Clean up trailing whitespace in the kernel headers."
# Via Android Git Automerger (1) and others * commit '4e8825038e08762dcc973fa435b531f10290ffa8': Clean up trailing whitespace in the kernel headers.
Diffstat (limited to 'libc/kernel/common/linux/init.h')
-rw-r--r--libc/kernel/common/linux/init.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/kernel/common/linux/init.h b/libc/kernel/common/linux/init.h
index 1fc24e9..4235efb 100644
--- a/libc/kernel/common/linux/init.h
+++ b/libc/kernel/common/linux/init.h
@@ -87,11 +87,11 @@ struct obs_kernel_param {
#define module_init(initfn) static inline initcall_t __inittest(void) { return initfn; } int init_module(void) __attribute__((alias(#initfn)));
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#define module_exit(exitfn) static inline exitcall_t __exittest(void) { return exitfn; } void cleanup_module(void) __attribute__((alias(#exitfn)));
-#define __setup_param(str, unique_id, fn)
-#define __setup_null_param(str, unique_id)
-#define __setup(str, func)
+#define __setup_param(str, unique_id, fn)
+#define __setup_null_param(str, unique_id)
+#define __setup(str, func)
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
-#define __obsolete_setup(str)
+#define __obsolete_setup(str)
#endif
#define __nosavedata __attribute__ ((__section__ (".data.nosave")))
#define __init_or_module __init