Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317293
b: refs/heads/master
c: 925aa66
h: refs/heads/master
i:
  317291: 2698ae4
v: v3
  • Loading branch information
Javier M. Mellid authored and Greg Kroah-Hartman committed Jun 12, 2012
1 parent 9d0f715 commit f53bc4f
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0beb30d365b0fb36c9cac7b7dbe980e882378f23
refs/heads/master: 925aa6600cee015b694cb5fe2a9c667e0d9a68c6
2 changes: 1 addition & 1 deletion trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/staging/sm7xx/Makefile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions trunk/drivers/staging/sm7xxfb/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_FB_SM7XX) += sm7xxfb.o
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TODO:
- 2D acceleration support
- use kernel coding style
- refine the code and remove unused code
- move it to drivers/video/sm7xx/ or make it be drivers/video/sm7xxfb.c
- move it to drivers/video/sm7xxfb.c

Please send any patches to Greg Kroah-Hartman <greg@kroah.com> and
Teddy Wang <teddy.wang@siliconmotion.com.cn>.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <linux/pm.h>
#endif

#include "smtcfb.h"
#include "sm7xx.h"

struct screen_info smtc_screen_info;

Expand Down

0 comments on commit f53bc4f

Please sign in to comment.