Skip to content

Commit

Permalink
Blackfin: drop unused ISP1760 port1_disable from board resources
Browse files Browse the repository at this point in the history
The port1 disable stuff was dropped from the USB ISP1760, so update the
Blackfin boards accordingly.

Signed-off-by: Mike Frysinger <[email protected]>
  • Loading branch information
vapier committed Jun 23, 2009
1 parent ee48efb commit 3a7f5b1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion arch/blackfin/mach-bf527/boards/cm_bf527.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ static struct resource bfin_isp1760_resources[] = {

static struct isp1760_platform_data isp1760_priv = {
.is_isp1761 = 0,
.port1_disable = 0,
.bus_width_16 = 1,
.port1_otg = 0,
.analog_oc = 0,
Expand Down
1 change: 0 additions & 1 deletion arch/blackfin/mach-bf527/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ static struct resource bfin_isp1760_resources[] = {

static struct isp1760_platform_data isp1760_priv = {
.is_isp1761 = 0,
.port1_disable = 0,
.bus_width_16 = 1,
.port1_otg = 0,
.analog_oc = 0,
Expand Down
1 change: 0 additions & 1 deletion arch/blackfin/mach-bf537/boards/stamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ static struct resource bfin_isp1760_resources[] = {

static struct isp1760_platform_data isp1760_priv = {
.is_isp1761 = 0,
.port1_disable = 0,
.bus_width_16 = 1,
.port1_otg = 0,
.analog_oc = 0,
Expand Down
1 change: 0 additions & 1 deletion arch/blackfin/mach-bf548/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ static struct resource bfin_isp1760_resources[] = {

static struct isp1760_platform_data isp1760_priv = {
.is_isp1761 = 0,
.port1_disable = 0,
.bus_width_16 = 1,
.port1_otg = 0,
.analog_oc = 0,
Expand Down
1 change: 0 additions & 1 deletion arch/blackfin/mach-bf561/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ static struct resource bfin_isp1760_resources[] = {

static struct isp1760_platform_data isp1760_priv = {
.is_isp1761 = 0,
.port1_disable = 0,
.bus_width_16 = 1,
.port1_otg = 0,
.analog_oc = 0,
Expand Down

0 comments on commit 3a7f5b1

Please sign in to comment.