Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208705
b: refs/heads/master
c: bb04e19
h: refs/heads/master
i:
  208703: 0aa12f9
v: v3
  • Loading branch information
Kuninori Morimoto authored and Paul Mundt committed Jun 2, 2010
1 parent df3291c commit 20d3587
Show file tree
Hide file tree
Showing 2 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: d3d03e486594dac021caad5befce7d87af4ca00a
refs/heads/master: bb04e197a9dd3d5c4a02b9f7fc7ef74e8ebf3700
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-shmobile/board-ap4evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ static struct resource sh_mmcif_resources[] = {
},
};

struct sh_mmcif_plat_data sh_mmcif_plat = {
static struct sh_mmcif_plat_data sh_mmcif_plat = {
.sup_pclk = 0,
.ocr = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
.caps = MMC_CAP_4_BIT_DATA |
Expand Down Expand Up @@ -363,7 +363,7 @@ static struct platform_device sdhi1_device = {
};

/* USB1 */
void usb1_host_port_power(int port, int power)
static void usb1_host_port_power(int port, int power)
{
if (!power) /* only power-on supported for now */
return;
Expand Down Expand Up @@ -498,7 +498,7 @@ static struct clk fsiackcr_clk = {
.rate = 0, /* unknown */
};

struct sh_fsi_platform_info fsi_info = {
static struct sh_fsi_platform_info fsi_info = {
.porta_flags = SH_FSI_BRS_INV |
SH_FSI_OUT_SLAVE_MODE |
SH_FSI_IN_SLAVE_MODE |
Expand Down Expand Up @@ -544,7 +544,7 @@ static struct platform_device *ap4evb_devices[] __initdata = {

/* TouchScreen (Needs SW3 set to OFF) */
#define IRQ28 evt2irq(0x3380) /* IRQ28A */
struct tsc2007_platform_data tsc2007_info = {
static struct tsc2007_platform_data tsc2007_info = {
.model = 2007,
.x_plate_ohms = 180,
};
Expand Down

0 comments on commit 20d3587

Please sign in to comment.