]> 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)
commit844839c204ff4049ac5ec9b014802b433d8d17a7
treeee79860df1041f23415e246ef245ca36dea9b2a6
parentf22d246901d2504c99e9db9ec3dfd341f09fd783
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