summaryrefslogtreecommitdiff
path: root/include/linux/compiler.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-01-20 12:10:09 +0100
committerTakashi Iwai <tiwai@suse.de>2012-01-20 12:10:09 +0100
commiteefad7fd53eae2eb8d1e205b1d3a18f67e4e6b46 (patch)
tree497ef1a21d90c63ac2e4ca6389c0844d0d72b0a8 /include/linux/compiler.h
parentb9ecc4ee28a5ff5b3997da247cd9df1320c602a9 (diff)
parentac9ef6cf9196107115930e9fc66207199ef395b3 (diff)
Merge branch 'topic/convert-bint' into topic/hda
Merge the conversions to bint module option type.
Diffstat (limited to 'include/linux/compiler.h')
-rw-r--r--include/linux/compiler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/compiler.h b/include/linux/compiler.h
index 320d6c94ff84..4a243546d142 100644
--- a/include/linux/compiler.h
+++ b/include/linux/compiler.h
@@ -293,7 +293,9 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
#ifndef __compiletime_error
# define __compiletime_error(message)
#endif
-
+#ifndef __linktime_error
+# define __linktime_error(message)
+#endif
/*
* Prevent the compiler from merging or refetching accesses. The compiler
* is also forbidden from reordering successive instances of ACCESS_ONCE(),