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 Signed-off-by: Sebastian Reichel
# # Makefile for HSI controllers drivers # omap_ssi-objs += omap_ssi_core.o omap_ssi_port.o obj-$(CONFIG_OMAP_SSI) += omap_ssi.o