aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fsl_devices.h
diff options
context:
space:
mode:
authorKumar Gala <galak@gate.crashing.org>2006-01-11 11:27:32 -0800
committerJeff Garzik <jgarzik@pobox.com>2006-01-12 16:31:51 -0500
commit1d5326774c9245fef77334a9e0f11cd4f8aa7b4e (patch)
tree20b581ec56b6a336492dd911a19d1d563eed398f /include/linux/fsl_devices.h
parent[PATCH] gfar: fix compile error (diff)
downloadlinux-dev-1d5326774c9245fef77334a9e0f11cd4f8aa7b4e.tar.xz
linux-dev-1d5326774c9245fef77334a9e0f11cd4f8aa7b4e.zip
[PATCH] gianfar mii: Use proper resource for MII memory region
We can now have the gianfar mii platform device have a proper resource for the IO memory region for its registers. Previously we passed this information that the platform_data structure because we couldn't handle overlapping memory regions for platform devices. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include/linux/fsl_devices.h')
-rw-r--r--include/linux/fsl_devices.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 934aa9bda481..a7a2b855ba72 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -55,9 +55,6 @@ struct gianfar_platform_data {
};
struct gianfar_mdio_data {
- /* device specific information */
- u32 paddr;
-
/* board specific information */
int irq[32];
};