diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-18 15:13:03 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-22 21:16:13 -0400 |
commit | 3a7f5b1605570f5259e71d1846be27588a00bbaf (patch) | |
tree | c79ba81c92d701f29e767da116104b498ef0a242 /arch/blackfin/mach-bf561/boards | |
parent | ee48efb5dc45aeb9786dea6469d3e1bea5105036 (diff) |
Blackfin: drop unused ISP1760 port1_disable from board resources
The port1 disable stuff was dropped from the USB ISP1760, so update the
Blackfin boards accordingly.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf561/boards')
-rw-r--r-- | arch/blackfin/mach-bf561/boards/ezkit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf561/boards/ezkit.c b/arch/blackfin/mach-bf561/boards/ezkit.c index b5ef7ff7b7bd..4df904f9e90a 100644 --- a/arch/blackfin/mach-bf561/boards/ezkit.c +++ b/arch/blackfin/mach-bf561/boards/ezkit.c | |||
@@ -62,7 +62,6 @@ static struct resource bfin_isp1760_resources[] = { | |||
62 | 62 | ||
63 | static struct isp1760_platform_data isp1760_priv = { | 63 | static struct isp1760_platform_data isp1760_priv = { |
64 | .is_isp1761 = 0, | 64 | .is_isp1761 = 0, |
65 | .port1_disable = 0, | ||
66 | .bus_width_16 = 1, | 65 | .bus_width_16 = 1, |
67 | .port1_otg = 0, | 66 | .port1_otg = 0, |
68 | .analog_oc = 0, | 67 | .analog_oc = 0, |