Re: [PATCH -next] memory: atmel-sdramc: use builtin_platform_driver to simplify the code

2016-10-20 Thread Alexandre Belloni
On 16/09/2016 at 13:05:10 +, Wei Yongjun wrote : > From: Wei Yongjun > > Use the builtin_platform_driver() macro to make the code simpler. > > Signed-off-by: Wei Yongjun > --- > drivers/memory/atmel-sdramc.c | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > Applied, thanks.

[PATCH -next] memory: atmel-sdramc: use builtin_platform_driver to simplify the code

2016-09-16 Thread Wei Yongjun
From: Wei Yongjun Use the builtin_platform_driver() macro to make the code simpler. Signed-off-by: Wei Yongjun --- drivers/memory/atmel-sdramc.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/memory/atmel-sdramc.c b/drivers/memory/atmel-sdramc.c index 12080b0.