Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200798
b: refs/heads/master
c: 56b925f
h: refs/heads/master
v: v3
  • Loading branch information
Marek Vasut authored and Eric Miao committed Jun 13, 2010
1 parent 7751cec commit fe2eefa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 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: 390daa0d8f391378865221cd8446028884a3baa9
refs/heads/master: 56b925fccc58cd43fc553a8302dbbdd440aef288
12 changes: 3 additions & 9 deletions trunk/drivers/power/z2_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,13 @@
*
*/

#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/power_supply.h>
#include <linux/i2c.h>
#include <linux/spinlock.h>
#include <linux/interrupt.h>
#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <asm/irq.h>
#include <asm/mach/irq.h>
#include <linux/power_supply.h>
#include <linux/slab.h>
#include <linux/z2_battery.h>

#define Z2_DEFAULT_NAME "Z2"
Expand Down

0 comments on commit fe2eefa

Please sign in to comment.