[PATCH] powerpc/platforms/83xx/mcu_mpc8349emitx: Use module_i2c_driver to register driver

2013-05-20 Thread Peter Huewe
Removing some boilerplate by using module_i2c_driver instead of calling register and unregister in the otherwise empty init/exit functions Signed-off-by: Peter Huewe peterhu...@gmx.de --- arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c | 13 + 1 file changed, 1 insertion(+), 12

Re: [PATCH] char/hvc: adding __init macro to char/hvc_vio.c

2009-09-16 Thread Peter Huewe
Am Thursday 20 August 2009 23:14:06 schrieb Peter Hüwe: From: Peter Huewe peterhu...@gmx.de Trivial patch which adds the __init/__exit macros to the module_init/ module_exit functions of char/hvc_vio.c Please have a look at the small patch and either pull it through your tree, or please ack