|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/device.h>#include <linux/rtc.h>#include <linux/platform_device.h>Go to the source code of this file.
Functions | |
| module_init (tile_rtc_driver_init) | |
| module_exit (tile_rtc_driver_exit) | |
| MODULE_DESCRIPTION ("Tilera-specific Real Time Clock Driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("platform:rtc-tile") | |
| MODULE_ALIAS | ( | "platform:rtc-tile" | ) |
| module_exit | ( | tile_rtc_driver_exit | ) |
| module_init | ( | tile_rtc_driver_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2