Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173356
b: refs/heads/master
c: 1ef203c
h: refs/heads/master
v: v3
  • Loading branch information
Sudhakar Rajashekhara authored and Kevin Hilman committed Nov 25, 2009
1 parent 695b810 commit acdbf49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 039c5ee3c901aded685fbbfbbea636f2f3ffc0e2
refs/heads/master: 1ef203c3242c17da6559c4be1aa91c689d3efbb0
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-davinci/board-da830-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ static struct at24_platform_data da830_evm_i2c_eeprom_info = {
.context = (void *)0x7f00,
};

static int da830_evm_ui_expander_setup(struct i2c_client *client, int gpio,
unsigned ngpio, void *context)
static int __init da830_evm_ui_expander_setup(struct i2c_client *client,
int gpio, unsigned ngpio, void *context)
{
gpio_request(gpio + 6, "UI MUX_MODE");

Expand All @@ -455,7 +455,7 @@ static int da830_evm_ui_expander_teardown(struct i2c_client *client, int gpio,
return 0;
}

static struct pcf857x_platform_data da830_evm_ui_expander_info = {
static struct pcf857x_platform_data __initdata da830_evm_ui_expander_info = {
.gpio_base = DAVINCI_N_GPIO,
.setup = da830_evm_ui_expander_setup,
.teardown = da830_evm_ui_expander_teardown,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-davinci/board-da850-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static u32 ui_card_detected;
#define HAS_MMC 0
#endif

static void da850_evm_setup_nor_nand(void)
static __init void da850_evm_setup_nor_nand(void)
{
int ret = 0;

Expand Down

0 comments on commit acdbf49

Please sign in to comment.