drivers/hsi: include <module.h> for modular omap_ssi code
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 2 May 2015 00:02:30 +0000 (20:02 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 16 Jun 2015 18:12:25 +0000 (14:12 -0400)
commita1a0bec593623f49740d7900e4b862c534f219bf
treebeb55097b3c538e8793bd32ae38a402c3bb7edf0
parent00fe614863eed7ca39fc72a307c6dff57b690476
drivers/hsi: include <module.h> for modular omap_ssi code

These files are built off of a tristate Kconfig option and also contain
modular function calls so they should explicitly include module.h to
avoid compile breakage during header shuffles done in the future.

We change the one header file wich gives us coverage on both files:
   drivers/hsi/controllers/omap_ssi.c
   drivers/hsi/controllers/omap_ssi_port.c

Cc: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/hsi/controllers/omap_ssi.h