]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8250_dw: Add missing MODULE_ALIAS() for module autoloading support
authorMika Westerberg <mika.westerberg@linux.intel.com>
Wed, 4 Feb 2015 13:03:48 +0000 (15:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Mar 2015 02:13:07 +0000 (03:13 +0100)
commita2590e1d1965f021f03d16a05cff818d1fd78fd0
tree09f12ae2e214c024a9cf453bee70710bfde78a7b
parentd5fd99d9400c842b781cb0ce1530f01ba257fe16
serial: 8250_dw: Add missing MODULE_ALIAS() for module autoloading support

Without this the module does not load automatically whenever suitable
platform device appears.

Reported-by: Jerome Blin <jerome.blin@intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_dw.c