On 2013-03-15 15:02, Fabio Porcedda wrote: > This patch converts the drivers to use the > module_platform_driver_probe() macro which makes the code smaller and > a bit simpler. > > Signed-off-by: Fabio Porcedda > Cc: Florian Tobias Schandinat > Acked-by: Nicolas Ferre # atmel_lcdfb.c > Cc: Tomi Valkeinen > Cc: David Howells > Cc: Geert Uytterhoeven > Acked-by: Laurent Pinchart # amifb.c > Cc: Kuninori Morimoto > --- > > Notes: > v4: > - add acked-by Nicolas & Laurent > - fix amifb.c > v3: > - add missing drivers: amifb, atmel_lcdfb, vrfb > - split patch set to each maintainer to easy up respin > v2: > - rebased over linux-next and remove already converted drivers > > drivers/video/amifb.c | 14 +------------- > drivers/video/atmel_lcdfb.c | 13 +------------ > drivers/video/omap2/vrfb.c | 13 +------------ > drivers/video/sh_mipi_dsi.c | 12 +----------- > drivers/video/sh_mobile_hdmi.c | 12 +----------- > 5 files changed, 5 insertions(+), 59 deletions(-) Thanks, applied to fbdev branch. Tomi