These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / include / linux / tty_driver.h
index 92e337c..1610524 100644 (file)
@@ -296,7 +296,7 @@ struct tty_operations {
 struct tty_driver {
        int     magic;          /* magic number for this structure */
        struct kref kref;       /* Reference management */
-       struct cdev *cdevs;
+       struct cdev **cdevs;
        struct module   *owner;
        const char      *driver_name;
        const char      *name;