diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-18 01:25:40 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-18 01:25:40 +0000 |
commit | 2f3ddfa988801dfe2ab2dccfcdbda077378a5934 (patch) | |
tree | 4e0e22c627a46955331d2267b91a1b77c06bb5fc /target/linux/generic/patches-3.10/850-glamo_headers.patch | |
parent | 58ee643eac20717b47e13945b855fcc20315feb2 (diff) |
kernel: drop dead glamo code
The code is not used since the s3c24xx target was removed.
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37809 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.10/850-glamo_headers.patch')
-rw-r--r-- | target/linux/generic/patches-3.10/850-glamo_headers.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/generic/patches-3.10/850-glamo_headers.patch b/target/linux/generic/patches-3.10/850-glamo_headers.patch deleted file mode 100644 index 508d883b9d..0000000000 --- a/target/linux/generic/patches-3.10/850-glamo_headers.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/include/uapi/linux/fb.h -+++ b/include/uapi/linux/fb.h -@@ -122,6 +122,7 @@ - #define FB_ACCEL_TRIDENT_BLADE3D 52 /* Trident Blade3D */ - #define FB_ACCEL_TRIDENT_BLADEXP 53 /* Trident BladeXP */ - #define FB_ACCEL_CIRRUS_ALPINE 53 /* Cirrus Logic 543x/544x/5480 */ -+#define FB_ACCEL_GLAMO 50 /* SMedia Glamo */ - #define FB_ACCEL_NEOMAGIC_NM2070 90 /* NeoMagic NM2070 */ - #define FB_ACCEL_NEOMAGIC_NM2090 91 /* NeoMagic NM2090 */ - #define FB_ACCEL_NEOMAGIC_NM2093 92 /* NeoMagic NM2093 */ ---- a/include/uapi/linux/Kbuild -+++ b/include/uapi/linux/Kbuild -@@ -132,6 +132,8 @@ header-y += gen_stats.h - header-y += genetlink.h - header-y += gfs2_ondisk.h - header-y += gigaset_dev.h -+header-y += glamofb.h -+header-y += glamo-engine.h - header-y += hdlc.h - header-y += hdlcdrv.h - header-y += hdreg.h |