Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321283
b: refs/heads/master
c: 3bf9428
h: refs/heads/master
i:
  321281: 08f1f31
  321279: b0bd910
v: v3
  • Loading branch information
Andres Salomon committed Aug 1, 2012
1 parent 623092f commit aa5cd44
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 392a325c4351339cfbf182bb5a1444df1cf65dbb
refs/heads/master: 3bf9428f220911795edde453a95f9509945004e5
1 change: 0 additions & 1 deletion trunk/arch/x86/include/asm/olpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#define _ASM_X86_OLPC_H

#include <asm/geode.h>
#include <linux/olpc-ec.h>

struct olpc_platform_t {
int flags;
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/platform/olpc/olpc-xo1-pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <linux/pm.h>
#include <linux/mfd/core.h>
#include <linux/suspend.h>
#include <linux/olpc-ec.h>

#include <asm/io.h>
#include <asm/olpc.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/platform/olpc/olpc-xo1-sci.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <linux/power_supply.h>
#include <linux/suspend.h>
#include <linux/workqueue.h>
#include <linux/olpc-ec.h>

#include <asm/io.h>
#include <asm/msr.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/platform/olpc/olpc-xo15-sci.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <linux/slab.h>
#include <linux/workqueue.h>
#include <linux/power_supply.h>
#include <linux/olpc-ec.h>

#include <acpi/acpi_bus.h>
#include <acpi/acpi_drivers.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/platform/olpc/olpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <linux/syscore_ops.h>
#include <linux/debugfs.h>
#include <linux/mutex.h>
#include <linux/olpc-ec.h>

#include <asm/geode.h>
#include <asm/setup.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/libertas/if_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <linux/netdevice.h>
#include <linux/slab.h>
#include <linux/usb.h>
#include <linux/olpc-ec.h>

#ifdef CONFIG_OLPC
#include <asm/olpc.h>
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/platform/x86/xo1-rfkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/rfkill.h>

#include <asm/olpc.h>
#include <linux/olpc-ec.h>

static bool card_blocked;

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/power/olpc_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <linux/power_supply.h>
#include <linux/jiffies.h>
#include <linux/sched.h>
#include <linux/olpc-ec.h>
#include <asm/olpc.h>


Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/olpc_dcon/olpc_dcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <linux/uaccess.h>
#include <linux/ctype.h>
#include <linux/reboot.h>
#include <linux/olpc-ec.h>
#include <asm/tsc.h>
#include <asm/olpc.h>

Expand Down

0 comments on commit aa5cd44

Please sign in to comment.