diff options
| author | Javier Martinez Canillas <[email protected]> | 2016-10-17 16:21:21 -0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-10-25 09:50:52 +0200 |
| commit | f2503acfe3ffe8771d2a1f4ea1b89f67d819d037 (patch) | |
| tree | 964a00fb40f21c15beffb3885c074be0b65f56c5 /tools/perf/scripts/python | |
| parent | 3e93e354de1e103d012c9f9909bf5a1026d4e46a (diff) | |
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions