Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/smc91x.h>
#include <plat/gpmc.h>
#include "gpmc-smc91x.h"
#include "soc.h"
Go to the source code of this file.
Functions | |
void __init | gpmc_smc91x_init (struct omap_smc91x_platform_data *board_data) |
void __init gpmc_smc91x_init | ( | struct omap_smc91x_platform_data * | board_data | ) |
Definition at line 126 of file gpmc-smc91x.c.