Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / drivers / staging / dgnc / dgnc_driver.h
index 88d2696..8792026 100644 (file)
@@ -203,9 +203,6 @@ struct dgnc_board {
        struct tty_driver *print_driver;
        char            print_name[200];
 
-       bool            dgnc_major_serial_registered;
-       bool            dgnc_major_transparent_print_registered;
-
        u16             dpatype;        /* The board "type",
                                         * as defined by DPA
                                         */
@@ -213,12 +210,6 @@ struct dgnc_board {
                                         * as defined by DPA
                                         */
 
-       /*
-        *      Mgmt data.
-        */
-       char            *msgbuf_head;
-       char            *msgbuf;
-
        uint            bd_dividend;    /* Board/UARTs specific dividend */
 
        struct board_ops *bd_ops;