=================================================================== RCS file: /cvs/funnyos/arch/sam7s64/dev/sapiovar.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- funnyos/arch/sam7s64/dev/sapiovar.h 2007/11/15 20:48:27 1.1 +++ funnyos/arch/sam7s64/dev/sapiovar.h 2007/11/24 19:07:07 1.2 @@ -1,5 +1,5 @@ /* - * $Id: sapiovar.h,v 1.1 2007/11/15 20:48:27 nbrk Exp $ + * $Id: sapiovar.h,v 1.2 2007/11/24 19:07:07 nbrk Exp $ */ #ifndef _ARCH_SAM7S64_DEV_SAPIOVAR_H #define _ARCH_SAM7S64_DEV_SAPIOVAR_H @@ -11,7 +11,6 @@ #define SAPIO_NPINS 32 /* total pins */ struct sapio_dd { - uint32_t pio_ioaddr; /* PIOc base addr */ struct bus_handle *pio_bhp; /* bus we sit */ struct gpio_controller pio_gc; };