]> git.karo-electronics.de Git - karo-tx-linux.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>
Fri, 26 Aug 2011 15:52:12 +0000 (11:52 -0400)
commitf123aa34440f4d8f1a85b2ff986f9e4d9bd1816e
treec9c7c48244d6ef1505832b8fa6b2f2600d25ccf7
parent142891f5833ae5498384c5747c398ae18e25e717
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