]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/of: Add module.h to of_spi.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 17 Jul 2011 19:58:06 +0000 (15:58 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:55 +0000 (19:31 -0400)
commit8b9d1ecb62c0cbfc3e1262a65539dd1acbe40481
treeee79860df1041f23415e246ef245ca36dea9b2a6
parenta8138ed18b6a9a936abebfbdec5bba6f1f42ae06
drivers/of: Add module.h to of_spi.c

This file really needs the full module.h header file present, but
was just getting it implicitly before.  Fix it up in advance so we
avoid build failures once the cleanup commit is present.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/of/of_spi.c