HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module

Merge omap_ssi and omap_ssi_port into one module. This
fixes problems with module cycle dependencies introduced
by future patches.

Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
Sebastian Reichel
2016-04-30 03:24:09 +02:00
parent 2a57aba850
commit 0fae198988
5 changed files with 21 additions and 23 deletions

View File

@@ -164,4 +164,6 @@ struct omap_ssi_controller {
#endif
};
extern struct platform_driver ssi_port_pdriver;
#endif /* __LINUX_HSI_OMAP_SSI_H__ */