diff options
| author | Masahiro Yamada <[email protected]> | 2014-11-26 16:00:58 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-12-08 09:35:46 -0500 |
| commit | afc366f01bea2361bc08b1a7b51e0cef81d66173 (patch) | |
| tree | 0374b9f06740ed7bfb8038728ad174852921c4ae /common | |
| parent | e873b97a01937549f2dbf0acdb0130d732a3dfb7 (diff) | |
Replace <compiler.h> with <linux/compiler.h>
Including <linux/compiler.h> is enough for general use.
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/usb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/usb.c b/common/usb.c index 7d33a0f0869..736cd9f0095 100644 --- a/common/usb.c +++ b/common/usb.c @@ -33,7 +33,6 @@ #include <linux/ctype.h> #include <asm/byteorder.h> #include <asm/unaligned.h> -#include <compiler.h> #include <errno.h> #include <usb.h> #ifdef CONFIG_4xx |
