Skip to content

Commit

Permalink
IDE: palm_bk3710: fix compile warning for unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Kevin Hilman authored and Bartlomiej Zolnierkiewicz committed Sep 2, 2008
1 parent 71fc9fc commit a1aee86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/ide/arm/palm_bk3710.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ static int __devinit palm_bk3710_probe(struct platform_device *pdev)
{
struct clk *clk;
struct resource *mem, *irq;
struct ide_host *host;
unsigned long base, rate;
int i, rc;
hw_regs_t hw, *hws[] = { &hw, NULL, NULL, NULL };
Expand Down

0 comments on commit a1aee86

Please sign in to comment.