|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/mutex.h>#include <linux/i2c.h>#include <linux/spi/max7301.h>#include <linux/slab.h>Go to the source code of this file.
Functions | |
| MODULE_DEVICE_TABLE (i2c, max7300_id) | |
| subsys_initcall (max7300_init) | |
| module_exit (max7300_exit) | |
| MODULE_AUTHOR ("Wolfram Sang") | |
| MODULE_LICENSE ("GPL v2") | |
| MODULE_DESCRIPTION ("MAX7300 GPIO-Expander") | |
| MODULE_AUTHOR | ( | "Wolfram Sang" | ) |
| MODULE_DESCRIPTION | ( | "MAX7300 GPIO-Expander" | ) |
| MODULE_DEVICE_TABLE | ( | i2c | , |
| max7300_id | |||
| ) |
| module_exit | ( | max7300_exit | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| subsys_initcall | ( | max7300_init | ) |
1.8.2