|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/module.h>#include <linux/rtc.h>#include <linux/of_device.h>#include <linux/of_platform.h>#include <linux/io.h>#include <linux/slab.h>Go to the source code of this file.
Data Structures | |
| struct | mpc5121_rtc_regs |
| struct | mpc5121_rtc_data |
Functions | |
| module_platform_driver (mpc5121_rtc_driver) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("John Rigby <[email protected]>") | |
| MODULE_AUTHOR | ( | "John Rigby <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | mpc5121_rtc_driver | ) |
1.8.2