Re: [PATCH] rpmsg: Correct support for MODULE_DEVICE_TABLE()

2018-04-23 Thread Andrew F. Davis
On 04/22/2018 01:47 AM, Greg Kroah-Hartman wrote: > On Sat, Apr 21, 2018 at 06:55:29PM -0500, Andrew F. Davis wrote: >> Due to missing a missing entry in file2alias.c MODULE_DEVICE_TABLE() are >> not generating the proper module aliases. Add the needed entry here. >> >> Reported-by: Suman Anna >>

Re: [PATCH] rpmsg: Correct support for MODULE_DEVICE_TABLE()

2018-04-21 Thread Greg Kroah-Hartman
On Sat, Apr 21, 2018 at 06:55:29PM -0500, Andrew F. Davis wrote: > Due to missing a missing entry in file2alias.c MODULE_DEVICE_TABLE() are > not generating the proper module aliases. Add the needed entry here. > > Reported-by: Suman Anna > Signed-off-by: Andrew F. Davis > --- > scripts/mod/dev

[PATCH] rpmsg: Correct support for MODULE_DEVICE_TABLE()

2018-04-21 Thread Andrew F. Davis
Due to missing a missing entry in file2alias.c MODULE_DEVICE_TABLE() are not generating the proper module aliases. Add the needed entry here. Reported-by: Suman Anna Signed-off-by: Andrew F. Davis --- scripts/mod/devicetable-offsets.c | 3 +++ scripts/mod/file2alias.c | 11 +++