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