Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91267
b: refs/heads/master
c: ba4eb7e
h: refs/heads/master
i:
  91265: 5d53126
  91263: 612afd7
v: v3
  • Loading branch information
Dmitry Baryshkov authored and Russell King committed Apr 19, 2008
1 parent 50b82e9 commit 84e4da6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 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: d8a42fc45517081d1a8cf050a86eb79b0e290774
refs/heads/master: ba4eb7e60b11eba1ccd89d448e6d87d98df95da8
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-pxa/tosa.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static struct scoop_config tosa_scoop_setup = {
.gpio_base = TOSA_SCOOP_GPIO_BASE,
};

struct platform_device tosascoop_device = {
static struct platform_device tosascoop_device = {
.name = "sharp-scoop",
.id = 0,
.dev = {
Expand All @@ -197,7 +197,7 @@ static struct scoop_config tosa_scoop_jc_setup = {
.gpio_base = TOSA_SCOOP_JC_GPIO_BASE,
};

struct platform_device tosascoop_jc_device = {
static struct platform_device tosascoop_jc_device = {
.name = "sharp-scoop",
.id = 1,
.dev = {
Expand Down Expand Up @@ -421,7 +421,7 @@ static struct platform_device tosa_gpio_keys_device = {
/*
* Tosa LEDs
*/
struct gpio_led tosa_gpio_leds[] = {
static struct gpio_led tosa_gpio_leds[] = {
{
.name = "tosa:amber:charge",
.default_trigger = "main-battery-charging",
Expand All @@ -434,7 +434,7 @@ struct gpio_led tosa_gpio_leds[] = {
},
};

struct gpio_led_platform_data tosa_gpio_leds_platform_data = {
static struct gpio_led_platform_data tosa_gpio_leds_platform_data = {
.leds = tosa_gpio_leds,
.num_leds = ARRAY_SIZE(tosa_gpio_leds),
};
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/asm-arm/arch-pxa/tosa.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,8 @@

#define TOSA_IRQ_GPIO_MAIN_BAT_LOW IRQ_GPIO(TOSA_GPIO_MAIN_BAT_LOW)

extern struct platform_device tosascoop_jc_device;
extern struct platform_device tosascoop_device;

#define TOSA_KEY_SYNC KEY_102ND /* ??? */


#ifndef CONFIG_KEYBOARD_TOSA_USE_EXT_KEYCODES
#define TOSA_KEY_RECORD KEY_YEN
#define TOSA_KEY_ADDRESSBOOK KEY_KATAKANA
Expand Down

0 comments on commit 84e4da6

Please sign in to comment.