summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/linux/linux-moblin-2.6.29.1/linux-2.6.29-kms-after-sata.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-moblin/packages/linux/linux-moblin-2.6.29.1/linux-2.6.29-kms-after-sata.patch')
-rw-r--r--meta-moblin/packages/linux/linux-moblin-2.6.29.1/linux-2.6.29-kms-after-sata.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-moblin/packages/linux/linux-moblin-2.6.29.1/linux-2.6.29-kms-after-sata.patch b/meta-moblin/packages/linux/linux-moblin-2.6.29.1/linux-2.6.29-kms-after-sata.patch
deleted file mode 100644
index 663b367971..0000000000
--- a/meta-moblin/packages/linux/linux-moblin-2.6.29.1/linux-2.6.29-kms-after-sata.patch
+++ /dev/null
@@ -1,32 +0,0 @@
1--- linux-2.6.28/drivers/Makefile~ 2009-03-21 21:23:28.000000000 -0700
2+++ linux-2.6.28/drivers/Makefile 2009-03-21 21:23:28.000000000 -0700
3@@ -25,15 +25,8 @@
4 # default.
5 obj-y += char/
6
7-# gpu/ comes after char for AGP vs DRM startup
8-obj-y += gpu/
9-
10 obj-$(CONFIG_CONNECTOR) += connector/
11
12-# i810fb and intelfb depend on char/agp/
13-obj-$(CONFIG_FB_I810) += video/i810/
14-obj-$(CONFIG_FB_INTEL) += video/intelfb/
15-
16 obj-y += serial/
17 obj-$(CONFIG_PARPORT) += parport/
18 obj-y += base/ block/ misc/ mfd/ media/
19@@ -43,6 +36,13 @@
20 obj-$(CONFIG_SCSI) += scsi/
21 obj-$(CONFIG_ATA) += ata/
22 obj-y += net/
23+
24+# gpu/ comes after char for AGP vs DRM startup
25+obj-y += gpu/
26+# i810fb and intelfb depend on char/agp/
27+obj-$(CONFIG_FB_I810) += video/i810/
28+obj-$(CONFIG_FB_INTEL) += video/intelfb/
29+
30 obj-$(CONFIG_ATM) += atm/
31 obj-$(CONFIG_FUSION) += message/
32 obj-$(CONFIG_FIREWIRE) += firewire/