Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / drivers / media / video / cx23885 / cx23885.h
index d8c76b0..c186473 100644 (file)
@@ -205,6 +205,7 @@ typedef enum {
 struct cx23885_board {
        char                    *name;
        port_t                  porta, portb, portc;
+       int             num_fds_portb, num_fds_portc;
        unsigned int            tuner_type;
        unsigned int            radio_type;
        unsigned char           tuner_addr;
@@ -213,7 +214,7 @@ struct cx23885_board {
 
        /* Vendors can and do run the PCIe bridge at different
         * clock rates, driven physically by crystals on the PCBs.
-        * The core has to accomodate this. This allows the user
+        * The core has to accommodate this. This allows the user
         * to add new boards with new frequencys. The value is
         * expressed in Hz.
         *