Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/mutex.h>
#include <linux/slab.h>
#include <linux/spi/spi.h>
#include <linux/spi/max7301.h>
Go to the source code of this file.
Functions | |
MODULE_DEVICE_TABLE (spi, max7301_id) | |
subsys_initcall (max7301_init) | |
module_exit (max7301_exit) | |
MODULE_AUTHOR ("Juergen Beisert, Wolfram Sang") | |
MODULE_LICENSE ("GPL v2") | |
MODULE_DESCRIPTION ("MAX7301 GPIO-Expander") | |
MODULE_AUTHOR | ( | "Juergen | Beisert, |
Wolfram Sang" | |||
) |
MODULE_DESCRIPTION | ( | "MAX7301 GPIO-Expander" | ) |
MODULE_DEVICE_TABLE | ( | spi | , |
max7301_id | |||
) |
module_exit | ( | max7301_exit | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
subsys_initcall | ( | max7301_init | ) |