diff options
author | David S. Miller <davem@davemloft.net> | 2009-10-27 04:03:26 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-27 04:03:26 -0400 |
commit | cfadf853f6cd9689f79a63ca960c6f9d6665314f (patch) | |
tree | 35418e342d9783f0974ea33ef03875aa21d2362a /drivers/net/gianfar.c | |
parent | 05423b241311c9380b7280179295bac7794281b6 (diff) | |
parent | f568a926a353d6816b3704d7367f34371df44ce7 (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
drivers/net/sh_eth.c
Diffstat (limited to 'drivers/net/gianfar.c')
-rw-r--r-- | drivers/net/gianfar.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/gianfar.c b/drivers/net/gianfar.c index c6f6d3b7f4df..f7141865869d 100644 --- a/drivers/net/gianfar.c +++ b/drivers/net/gianfar.c | |||
@@ -2397,9 +2397,6 @@ static irqreturn_t gfar_error(int irq, void *dev_id) | |||
2397 | return IRQ_HANDLED; | 2397 | return IRQ_HANDLED; |
2398 | } | 2398 | } |
2399 | 2399 | ||
2400 | /* work with hotplug and coldplug */ | ||
2401 | MODULE_ALIAS("platform:fsl-gianfar"); | ||
2402 | |||
2403 | static struct of_device_id gfar_match[] = | 2400 | static struct of_device_id gfar_match[] = |
2404 | { | 2401 | { |
2405 | { | 2402 | { |
@@ -2408,6 +2405,7 @@ static struct of_device_id gfar_match[] = | |||
2408 | }, | 2405 | }, |
2409 | {}, | 2406 | {}, |
2410 | }; | 2407 | }; |
2408 | MODULE_DEVICE_TABLE(of, gfar_match); | ||
2411 | 2409 | ||
2412 | /* Structure for a device driver */ | 2410 | /* Structure for a device driver */ |
2413 | static struct of_platform_driver gfar_driver = { | 2411 | static struct of_platform_driver gfar_driver = { |