Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+1
+1
arch/tile/kernel/usb.c
··· 22 22 #include <linux/platform_device.h> 23 23 #include <linux/usb/tilegx.h> 24 24 #include <linux/init.h> 25 + #include <linux/module.h> 25 26 #include <linux/types.h> 26 27 27 28 static u64 ehci_dmamask = DMA_BIT_MASK(32);