Linux Kernel
3.7.1
|
#include <linux/platform_device.h>
#include <linux/io.h>
#include <linux/of.h>
#include <linux/of_net.h>
#include "stmmac.h"
Go to the source code of this file.
Functions | |
MODULE_DEVICE_TABLE (of, stmmac_dt_ids) | |
MODULE_DESCRIPTION ("STMMAC 10/100/1000 Ethernet PLATFORM driver") | |
MODULE_AUTHOR ("Giuseppe Cavallaro <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
Variables | |
struct platform_driver | stmmac_pltfr_driver |
MODULE_AUTHOR | ( | "Giuseppe Cavallaro <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | of | , |
stmmac_dt_ids | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
struct platform_driver stmmac_pltfr_driver |
Definition at line 241 of file stmmac_platform.c.