Re: [PATCH] miscdevice: introduce builtin_misc_device

2016-10-28 Thread Greg Kroah-Hartman
On Sat, Oct 22, 2016 at 06:36:05PM -0400, Paul Gortmaker wrote: > This is basically the same as module_misc_device but without the > presence of an exit/remove function. Similar in nature to the > commit f309d4443130bf814e991f836e919dca22df37ae ("platform_device: > better support builtin boilerpl

[PATCH] miscdevice: introduce builtin_misc_device

2016-10-22 Thread Paul Gortmaker
This is basically the same as module_misc_device but without the presence of an exit/remove function. Similar in nature to the commit f309d4443130bf814e991f836e919dca22df37ae ("platform_device: better support builtin boilerplate avoidance"). Cc: Arnd Bergmann Cc: Greg Kroah-Hartman Signed-off-