From 96ed4a698a5bac3a5d71b15fccc508d30dff728d Mon Sep 17 00:00:00 2001 From: geoff Date: Wed, 26 Aug 2009 22:00:33 +0000 Subject: ps3: Remove support for linux-2.6.28 Signed-off-by: Geoff Levand git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17412 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...m-Add-modalias-support-to-the-ps3vram-dri.patch | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 target/linux/ps3/patches-2.6.28/0008-mtd-ps3vram-Add-modalias-support-to-the-ps3vram-dri.patch (limited to 'target/linux/ps3/patches-2.6.28/0008-mtd-ps3vram-Add-modalias-support-to-the-ps3vram-dri.patch') diff --git a/target/linux/ps3/patches-2.6.28/0008-mtd-ps3vram-Add-modalias-support-to-the-ps3vram-dri.patch b/target/linux/ps3/patches-2.6.28/0008-mtd-ps3vram-Add-modalias-support-to-the-ps3vram-dri.patch deleted file mode 100644 index f769c9c18..000000000 --- a/target/linux/ps3/patches-2.6.28/0008-mtd-ps3vram-Add-modalias-support-to-the-ps3vram-dri.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 0a2d15b928e0b1673d4ed5f48d95af211b6fcc06 Mon Sep 17 00:00:00 2001 -From: Geert Uytterhoeven -Date: Tue, 6 Jan 2009 11:32:03 +0000 -Subject: [PATCH] mtd/ps3vram: Add modalias support to the ps3vram driver - -Update ps3vram driver to use the new ps3 three id modalias support. - -Signed-off-by: Geert Uytterhoeven -Signed-off-by: Geoff Levand -Signed-off-by: Benjamin Herrenschmidt ---- - arch/powerpc/include/asm/ps3.h | 1 + - drivers/mtd/devices/ps3vram.c | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/arch/powerpc/include/asm/ps3.h b/arch/powerpc/include/asm/ps3.h -index 66b6505..eead5c6 100644 ---- a/arch/powerpc/include/asm/ps3.h -+++ b/arch/powerpc/include/asm/ps3.h -@@ -333,6 +333,7 @@ enum ps3_match_sub_id { - #define PS3_MODULE_ALIAS_STOR_FLASH "ps3:8:0" - #define PS3_MODULE_ALIAS_SOUND "ps3:9:0" - #define PS3_MODULE_ALIAS_GPU_FB "ps3:10:1" -+#define PS3_MODULE_ALIAS_GPU_RAMDISK "ps3:10:2" - #define PS3_MODULE_ALIAS_LPM "ps3:11:0" - - enum ps3_system_bus_device_type { -diff --git a/drivers/mtd/devices/ps3vram.c b/drivers/mtd/devices/ps3vram.c -index 26a4b57..22f381f 100644 ---- a/drivers/mtd/devices/ps3vram.c -+++ b/drivers/mtd/devices/ps3vram.c -@@ -774,3 +774,4 @@ module_exit(ps3vram_exit); - MODULE_LICENSE("GPL"); - MODULE_AUTHOR("Jim Paris "); - MODULE_DESCRIPTION("MTD driver for PS3 video RAM"); -+MODULE_ALIAS(PS3_MODULE_ALIAS_GPU_RAMDISK); --- -1.6.0.4 - -- cgit v1.2.3