The ddk750_sii164.o ddk750_dvi.o are required solely for interfacing
with sii164 DVI controller and currently there no functions from these
modules used in other parts of the driver. That said, both objects can
be removed from the driver.

Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com>
---
 drivers/staging/sm750fb/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/sm750fb/Makefile b/drivers/staging/sm750fb/Makefile
index dcce3f4..0bd0f3f 100644
--- a/drivers/staging/sm750fb/Makefile
+++ b/drivers/staging/sm750fb/Makefile
@@ -1,4 +1,4 @@
 obj-$(CONFIG_FB_SM750) += sm750fb.o
 
 sm750fb-objs           := sm750.o sm750_hw.o sm750_accel.o sm750_cursor.o 
ddk750_chip.o ddk750_power.o ddk750_mode.o
-sm750fb-objs           += ddk750_display.o ddk750_help.o ddk750_swi2c.o 
ddk750_sii164.o ddk750_dvi.o ddk750_hwi2c.o
+sm750fb-objs           += ddk750_display.o ddk750_help.o ddk750_swi2c.o 
ddk750_hwi2c.o
-- 
2.1.0

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to