diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-28 19:27:18 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-28 19:27:18 +0300 |
commit | 3225031fbeb1e32b269a82eccd815128267a4bfe (patch) | |
tree | 5fa6d7c6cd7bdb30e35b04e87e913cc4a128093b /arch | |
parent | 097f70b3c4d84ffccca15195bdfde3a37c0a7c0f (diff) | |
parent | 3a48d13d76c0088a988a2e4f5b4d94872bdf58f3 (diff) | |
download | linux-3225031fbeb1e32b269a82eccd815128267a4bfe.tar.xz |
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Pull arch/tile bugfix from Chris Metcalf:
"This fixes a bug in 'make allmodconfig'"
* 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile:
tile: fix build failure
Diffstat (limited to 'arch')
-rw-r--r-- | arch/tile/kernel/usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/kernel/usb.c b/arch/tile/kernel/usb.c index f0da5a237e94..9f1e05e12255 100644 --- a/arch/tile/kernel/usb.c +++ b/arch/tile/kernel/usb.c @@ -22,6 +22,7 @@ #include <linux/platform_device.h> #include <linux/usb/tilegx.h> #include <linux/init.h> +#include <linux/module.h> #include <linux/types.h> static u64 ehci_dmamask = DMA_BIT_MASK(32); |