From 84c6b89af5436079f32fc69edd2876afda73eeb6 Mon Sep 17 00:00:00 2001 From: Hollis Blanchard Date: Sun, 29 Feb 2004 22:07:43 -0800 Subject: [PATCH] ppc64: make "viodev->unit_address" 32-bit vio_dev->unit_address only holds 32 bits of information anyways, so no need for 64-bit field. --- include/asm-ppc64/vio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/asm-ppc64/vio.h b/include/asm-ppc64/vio.h index 1233151555d7..1eb2b916f320 100644 --- a/include/asm-ppc64/vio.h +++ b/include/asm-ppc64/vio.h @@ -94,8 +94,8 @@ static inline struct vio_driver *to_vio_driver(struct device_driver *drv) struct vio_dev { struct device_node *archdata; /* Open Firmware node */ void *driver_data; /* data private to the driver */ - unsigned long unit_address; struct iommu_table *iommu_table; /* vio_map_* uses this */ + uint32_t unit_address; unsigned int irq; struct device dev; -- cgit v1.2.3