Linux Kernel
3.7.1
|
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/crc7.h>
#include <linux/spi/spi.h>
#include <linux/wl12xx.h>
#include "wl1251.h"
#include "reg.h"
#include "spi.h"
Go to the source code of this file.
Functions | |
module_init (wl1251_spi_init) | |
module_exit (wl1251_spi_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Kalle Valo <[email protected]>") | |
MODULE_ALIAS ("spi:wl1251") | |
MODULE_ALIAS | ( | "spi:wl1251" | ) |
MODULE_AUTHOR | ( | "Kalle Valo <[email protected]>" | ) |
module_exit | ( | wl1251_spi_exit | ) |
module_init | ( | wl1251_spi_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |