Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212556
b: refs/heads/master
c: 55fd2ef
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Sascha Hauer committed Oct 11, 2010
1 parent 772e54a commit dfee458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6bd96f3c332d422c0dda302f1b32c8e21dd75ee3
refs/heads/master: 55fd2ef6d9e9f40f30d891e01f2f565552e688fa
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-mx3/mach-cpuimx35.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ static const struct mxc_nand_platform_data
.flash_bbt = 1,
};

static struct mxc_usbh_platform_data otg_pdata = {
static struct mxc_usbh_platform_data __maybe_unused otg_pdata = {
.portsc = MXC_EHCI_MODE_UTMI,
.flags = MXC_EHCI_INTERFACE_DIFF_UNI,
};

static struct mxc_usbh_platform_data usbh1_pdata = {
static struct mxc_usbh_platform_data __maybe_unused usbh1_pdata = {
.portsc = MXC_EHCI_MODE_SERIAL,
.flags = MXC_EHCI_INTERFACE_SINGLE_UNI | MXC_EHCI_INTERNAL_PHY |
MXC_EHCI_IPPUE_DOWN,
Expand Down

0 comments on commit dfee458

Please sign in to comment.