diff options
| author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-10-17 22:21:21 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-10-25 10:50:52 +0300 |
| commit | f2503acfe3ffe8771d2a1f4ea1b89f67d819d037 (patch) | |
| tree | 964a00fb40f21c15beffb3885c074be0b65f56c5 /scripts/basic | |
| parent | 3e93e354de1e103d012c9f9909bf5a1026d4e46a (diff) | |
| download | linux-f2503acfe3ffe8771d2a1f4ea1b89f67d819d037.tar.xz | |
staging: fbtft: Fix module autoload
If the driver is built as a module, autoload won't work because the module
alias information is not filled. So user-space can't match the registered
device with the corresponding module.
Export the module alias information using the MODULE_DEVICE_TABLE() macro.
Before this patch:
$ modinfo drivers/staging/fbtft/flexfb.ko | grep alias
$
After this patch:
$ modinfo drivers/staging/fbtft/flexfb.ko | grep alias
alias: platform:flexpfb
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
