X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Flinux%2Fparport.h;fp=include%2Flinux%2Fparport.h;h=008d736a6c9a59766a7a4114223fd8bddc456ecc;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=5bf321e82c998ed78c37ed87179cbb0e65597b19;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/linux/parport.h b/include/linux/parport.h index 5bf321e82..008d736a6 100644 --- a/include/linux/parport.h +++ b/include/linux/parport.h @@ -96,6 +96,7 @@ typedef enum { /* The rest is for the kernel only */ #ifdef __KERNEL__ +#include #include #include #include @@ -127,10 +128,6 @@ struct amiga_parport_state { unsigned char statusdir;/* ciab.ddrb & 7 */ }; -struct ax88796_parport_state { - unsigned char cpr; -}; - struct ip32_parport_state { unsigned int dcr; unsigned int ecr; @@ -142,7 +139,6 @@ struct parport_state { /* ARC has no state. */ struct ax_parport_state ax; struct amiga_parport_state amiga; - struct ax88796_parport_state ax88796; /* Atari has not state. */ struct ip32_parport_state ip32; void *misc;