]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/isdn/hardware/mISDN/hfc_multi.h
mISDN: Cleanup hfc multiport driver
[linux-2.6-omap-h63xx.git] / drivers / isdn / hardware / mISDN / hfc_multi.h
index a33d87afc84367cf6cfc3c03112e493334e522f1..6d74951a17976940e8dd95374fc02c22f41c7279 100644 (file)
@@ -2,10 +2,6 @@
  * see notice in hfc_multi.c
  */
 
-extern void ztdummy_extern_interrupt(void);
-extern void ztdummy_register_interrupt(void);
-extern int ztdummy_unregister_interrupt(void);
-
 #define DEBUG_HFCMULTI_FIFO    0x00010000
 #define        DEBUG_HFCMULTI_CRC      0x00020000
 #define        DEBUG_HFCMULTI_INIT     0x00040000
@@ -162,8 +158,8 @@ struct hfc_multi {
        void            (*write_fifo)(struct hfc_multi *hc, u_char *data,
                                int len);
        u_long          pci_origmembase, plx_origmembase, dsp_origmembase;
-       u_char          *pci_membase; /* PCI memory (MUST BE BYTE POINTER) */
-       u_char          *plx_membase; /* PLX memory */
+       void __iomem    *pci_membase; /* PCI memory */
+       void __iomem    *plx_membase; /* PLX memory */
        u_char          *dsp_membase; /* DSP on PLX */
        u_long          pci_iobase; /* PCI IO */
        struct hfcm_hw  hw;     /* remember data of write-only-registers */