drm/omapdrm: Add gamma table support to DSS dispc
[deliverable/linux.git] / drivers / rtc / rtc-ep93xx.c
index a1628adf9f5217c8d9aadb453f8d675de6cd74a9..694038208745a3f8ca0a1548b6fa28c89bfe284f 100644 (file)
@@ -28,8 +28,6 @@
 #define  EP93XX_RTC_SWCOMP_INT_MASK     0x0000ffff
 #define  EP93XX_RTC_SWCOMP_INT_SHIFT    0
 
-#define DRV_VERSION "0.3"
-
 /*
  * struct device dev.platform_data is used to store our private data
  * because struct rtc_device does not have a variable to hold it.
@@ -184,5 +182,4 @@ module_platform_driver(ep93xx_rtc_driver);
 MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>");
 MODULE_DESCRIPTION("EP93XX RTC driver");
 MODULE_LICENSE("GPL");
-MODULE_VERSION(DRV_VERSION);
 MODULE_ALIAS("platform:ep93xx-rtc");
This page took 0.029081 seconds and 5 git commands to generate.