dect
/
linux-2.6
Archived
13
0
Fork 0

IDE: palm_bk3710: fix compile warning for unused variable

Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
Kevin Hilman 2008-09-02 20:18:47 +02:00 committed by Bartlomiej Zolnierkiewicz
parent 71fc9fcc70
commit a1aee86222
1 changed files with 0 additions and 1 deletions

View File

@ -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 };