diff --git a/[refs] b/[refs] index bb9111690e39..f74207dbd729 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 14f8d3ff3141caa8bf8326381ab8e6ce06c564b8 +refs/heads/master: 9f56fad741163fe2111cbbcfb7ff795ebdabdab1 diff --git a/trunk/drivers/char/cyclades.c b/trunk/drivers/char/cyclades.c index 272db0e2b491..1fdb9f657d8f 100644 --- a/trunk/drivers/char/cyclades.c +++ b/trunk/drivers/char/cyclades.c @@ -646,6 +646,7 @@ #include #include #include +#include #include #include @@ -5408,3 +5409,4 @@ module_exit(cy_cleanup_module); MODULE_LICENSE("GPL"); MODULE_VERSION(CY_VERSION); +MODULE_ALIAS_CHARDEV_MAJOR(CYCLADES_MAJOR);