staging: sm7xxfb: sm7xx becomes sm7xxfb
authorJavier M. Mellid <jmunhoz@igalia.com>
Sun, 10 Jun 2012 11:12:24 +0000 (13:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Jun 2012 17:55:54 +0000 (10:55 -0700)
commit925aa6600cee015b694cb5fe2a9c667e0d9a68c6
treebe3c805cbb7d008000a17a0d8bb72f863a6706cd
parent0beb30d365b0fb36c9cac7b7dbe980e882378f23
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: Javier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/sm7xx/Kconfig [deleted file]
drivers/staging/sm7xx/Makefile [deleted file]
drivers/staging/sm7xx/TODO [deleted file]
drivers/staging/sm7xx/smtcfb.c [deleted file]
drivers/staging/sm7xx/smtcfb.h [deleted file]
drivers/staging/sm7xxfb/Kconfig [new file with mode: 0644]
drivers/staging/sm7xxfb/Makefile [new file with mode: 0644]
drivers/staging/sm7xxfb/TODO [new file with mode: 0644]
drivers/staging/sm7xxfb/sm7xx.h [new file with mode: 0644]
drivers/staging/sm7xxfb/sm7xxfb.c [new file with mode: 0644]