Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 925aa660 authored by Javier M. Mellid's avatar Javier M. Mellid Committed by Greg Kroah-Hartman
Browse files

staging: sm7xxfb: sm7xx becomes sm7xxfb



Rename sm7xx driver to sm7xxfb. Fix Kconfig and Makefile to fit the new
change.

Changes are coherent with the rest of stable framebuffer drivers. TODO
updated.

Signed-off-by: default avatarJavier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0beb30d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ source "drivers/staging/wlags49_h2/Kconfig"

source "drivers/staging/wlags49_h25/Kconfig"

source "drivers/staging/sm7xx/Kconfig"
source "drivers/staging/sm7xxfb/Kconfig"

source "drivers/staging/crystalhd/Kconfig"

+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ obj-$(CONFIG_ZCACHE) += zcache/
obj-$(CONFIG_ZSMALLOC)		+= zsmalloc/
obj-$(CONFIG_WLAGS49_H2)	+= wlags49_h2/
obj-$(CONFIG_WLAGS49_H25)	+= wlags49_h25/
obj-$(CONFIG_FB_SM7XX)		+= sm7xx/
obj-$(CONFIG_FB_SM7XX)		+= sm7xxfb/
obj-$(CONFIG_CRYSTALHD)		+= crystalhd/
obj-$(CONFIG_CXT1E1)		+= cxt1e1/
obj-$(CONFIG_FB_XGI)		+= xgifb/

drivers/staging/sm7xx/Makefile

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
obj-$(CONFIG_FB_SM7XX) += sm7xx.o

sm7xx-y := smtcfb.o
+1 −1
Original line number Diff line number Diff line
@@ -9,5 +9,5 @@ config FB_SM7XX
	  and SM722 chips.

	  This driver is also available as a module. The module will be
	  called sm7xx. If you want to compile it as a module, say M
	  called sm7xxfb. If you want to compile it as a module, say M
	  here and read <file:Documentation/kbuild/modules.txt>.
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_FB_SM7XX) += sm7xxfb.o
Loading