patch-2.3.43 linux/arch/arm/mm/ioremap.c
Next file: linux/arch/arm/mm/mm-armv.c
Previous file: linux/arch/arm/mm/init.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Feb 6 17:45:25 2000
- Orig file:
v2.3.42/linux/arch/arm/mm/ioremap.c
- Orig date:
Tue Nov 23 22:42:20 1999
diff -u --recursive --new-file v2.3.42/linux/arch/arm/mm/ioremap.c linux/arch/arm/mm/ioremap.c
@@ -115,7 +115,7 @@
* 'flags' are the extra L_PTE_ flags that you want to specify for this
* mapping. See include/asm-arm/proc-armv/pgtable.h for more information.
*/
-void * __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags)
+void * __ioremap(unsigned long phys_addr, size_t size, unsigned long flags)
{
void * addr;
struct vm_struct * area;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)