|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <linux/io.h>#include <linux/platform_device.h>#include <linux/rtc.h>#include <linux/bcd.h>#include <linux/slab.h>Go to the source code of this file.
Data Structures | |
| struct | bq4802 |
Functions | |
| MODULE_AUTHOR ("David S. Miller <[email protected]>") | |
| MODULE_DESCRIPTION ("TI BQ4802 RTC driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("platform:rtc-bq4802") | |
| module_platform_driver (bq4802_driver) | |
| MODULE_ALIAS | ( | "platform:rtc-bq4802" | ) |
| MODULE_AUTHOR | ( | "David S. Miller <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | bq4802_driver | ) |
1.8.2