From 477d30d787b969e4c11fc958077cc7954805e236 Mon Sep 17 00:00:00 2001 From: Devendra Naga Date: Thu, 4 Oct 2012 17:13:54 -0700 Subject: [PATCH] drivers/rtc/rtc-at91sam9.c: use module_platform_driver() macro This driver does seems to do only platform_driver_register in the init function and platform_driver_unregister in the exit function, so replace all this code including the module_init and module_exit with module_platform_driver macro... Signed-off-by: Devendra Naga Cc: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed