aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/Makefile
diff options
context:
space:
mode:
authorElise Lennion <elise.lennion@gmail.com>2016-10-11 19:43:07 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:26:18 +0200
commitefe9bc08bf479b1baacc63554042c5dd11fecd9e (patch)
tree603b031fba23394c44efbc65f700e8fbc6a852eb /drivers/staging/sm750fb/Makefile
parentstaging: comedi: ni_mio_common: split out ao arming from ni_ao_inttrig (diff)
downloadlinux-dev-efe9bc08bf479b1baacc63554042c5dd11fecd9e.tar.xz
linux-dev-efe9bc08bf479b1baacc63554042c5dd11fecd9e.zip
staging: sm750fb: Merge ddk750_help.* into ddk750_chip.*.
The file ddk750_help.c contained only one function declaration, so it was merged into ddk750_chip.c to simplify the driver. Also, ddk750_help.h was merged into ddk750_chip.h to keep consistency. With these changes a few global variables are removed and the function ddk750_set_mmio is rewritten, so its purpose in the code is clearer. Signed-off-by: Elise Lennion <elise.lennion@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb/Makefile')
-rw-r--r--drivers/staging/sm750fb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sm750fb/Makefile b/drivers/staging/sm750fb/Makefile
index dcce3f487ed5..4d781f78b95c 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_swi2c.o ddk750_sii164.o ddk750_dvi.o ddk750_hwi2c.o