Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326975
b: refs/heads/master
c: ae5362d
h: refs/heads/master
i:
  326973: 8944000
  326971: 25fcaff
  326967: c72f6d8
  326959: 270d7b3
  326943: 0d00972
  326911: 55f8f71
v: v3
  • Loading branch information
Bryan Wu committed Aug 1, 2012
1 parent 6d9e6d5 commit 0834ee4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 122 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: e031cd513ec2ff661465dc1198220075719e72d1
refs/heads/master: ae5362d2c26c031fdb35ebd9c768eea62f38f25a
3 changes: 0 additions & 3 deletions trunk/arch/arm/mach-ks8695/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ obj- :=
# PCI support is optional
obj-$(CONFIG_PCI) += pci.o

# LEDs
obj-$(CONFIG_LEDS) += leds.o

# Board-specific support
obj-$(CONFIG_MACH_KS8695) += board-micrel.o
obj-$(CONFIG_MACH_DSM320) += board-dsm320.o
Expand Down
21 changes: 0 additions & 21 deletions trunk/arch/arm/mach-ks8695/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,27 +182,6 @@ static void __init ks8695_add_device_watchdog(void)
}


/* --------------------------------------------------------------------
* LEDs
* -------------------------------------------------------------------- */

#if defined(CONFIG_LEDS)
short ks8695_leds_cpu = -1;
short ks8695_leds_timer = -1;

void __init ks8695_init_leds(u8 cpu_led, u8 timer_led)
{
/* Enable GPIO to access the LEDs */
gpio_direction_output(cpu_led, 1);
gpio_direction_output(timer_led, 1);

ks8695_leds_cpu = cpu_led;
ks8695_leds_timer = timer_led;
}
#else
void __init ks8695_init_leds(u8 cpu_led, u8 timer_led) {}
#endif

/* -------------------------------------------------------------------- */

/*
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/arm/mach-ks8695/include/mach/devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ extern void __init ks8695_add_device_wan(void);
extern void __init ks8695_add_device_lan(void);
extern void __init ks8695_add_device_hpna(void);

/* LEDs */
extern short ks8695_leds_cpu;
extern short ks8695_leds_timer;
extern void __init ks8695_init_leds(u8 cpu_led, u8 timer_led);

/* PCI */
#define KS8695_MODE_PCI 0
#define KS8695_MODE_MINIPCI 1
Expand Down
92 changes: 0 additions & 92 deletions trunk/arch/arm/mach-ks8695/leds.c

This file was deleted.

0 comments on commit 0834ee4

Please sign in to comment.