aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang YanQing <udknight@gmail.com>2013-03-13 04:19:55 -0400
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>2013-03-13 17:37:31 -0400
commit72c0493ceb88ec9774ee4fa3f37fd19096fb7870 (patch)
tree54138038ba91155ad38a63f3643cee749a697f20
parentbe88298b0a3f771a4802f20c5e66af74bfd1dff1 (diff)
gma500: remove unused drm_psb_no_fb
commit f9f23a77f07506a32d9dc1d925bf85c0e7507b66(gma500: remove no_fb bits) remove all the drm_psb_no_fb relations code in gma500 except this line code, so remove it also. Signed-off-by: Wang YanQing <udknight@gmail.com> Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
-rw-r--r--drivers/gpu/drm/gma500/psb_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/psb_drv.h b/drivers/gpu/drm/gma500/psb_drv.h
index a7fd6c48b793..6053b8abcd12 100644
--- a/drivers/gpu/drm/gma500/psb_drv.h
+++ b/drivers/gpu/drm/gma500/psb_drv.h
@@ -876,7 +876,6 @@ extern const struct psb_ops cdv_chip_ops;
876#define PSB_D_MSVDX (1 << 9) 876#define PSB_D_MSVDX (1 << 9)
877#define PSB_D_TOPAZ (1 << 10) 877#define PSB_D_TOPAZ (1 << 10)
878 878
879extern int drm_psb_no_fb;
880extern int drm_idle_check_interval; 879extern int drm_idle_check_interval;
881 880
882/* 881/*