summaryrefslogtreecommitdiffstats
path: root/patches/linux-3.6.11/0048-remove-unwanted-file.patch
blob: b2fc796ed8ccc2029279f537522a2d20dbfd0a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: popcornmix <popcornmix@gmail.com>
Date: Sun, 27 May 2012 19:24:35 +0100
Subject: [PATCH] remove unwanted file

---
 arch/arm/mach-bcm2708/power.c.rej | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 arch/arm/mach-bcm2708/power.c.rej

diff --git a/arch/arm/mach-bcm2708/power.c.rej b/arch/arm/mach-bcm2708/power.c.rej
deleted file mode 100644
index 2d4db0c..0000000
--- a/arch/arm/mach-bcm2708/power.c.rej
+++ /dev/null
@@ -1,10 +0,0 @@
---- arch/arm/mach-bcm2708/power.c
-+++ arch/arm/mach-bcm2708/power.c
-@@ -163,6 +163,7 @@
-    int i;
- 
-    printk(KERN_INFO "bcm_power: Broadcom power driver\n");
-+   bcm_mailbox_write(MBOX_CHAN_POWER, 0);
- 
-    for (i = 0; i < BCM_POWER_MAXCLIENTS; i++)
-        g_state.client_request[i] = BCM_POWER_NOCLIENT;