mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-27 19:13:38 +07:00
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:
parent
71fc9fcc70
commit
a1aee86222
@ -347,7 +347,6 @@ static int __devinit palm_bk3710_probe(struct platform_device *pdev)
|
|||||||
{
|
{
|
||||||
struct clk *clk;
|
struct clk *clk;
|
||||||
struct resource *mem, *irq;
|
struct resource *mem, *irq;
|
||||||
struct ide_host *host;
|
|
||||||
unsigned long base, rate;
|
unsigned long base, rate;
|
||||||
int i, rc;
|
int i, rc;
|
||||||
hw_regs_t hw, *hws[] = { &hw, NULL, NULL, NULL };
|
hw_regs_t hw, *hws[] = { &hw, NULL, NULL, NULL };
|
||||||
|
Loading…
Reference in New Issue
Block a user