Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/leds.h>
#include <asm/hd64461.h>
#include <mach/hp6xx.h>
Go to the source code of this file.
Functions | |
module_platform_driver (hp6xxled_driver) | |
MODULE_AUTHOR ("Kristoffer Ericson <[email protected]>") | |
MODULE_DESCRIPTION ("HP Jornada 6xx LED driver") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("platform:hp6xx-led") | |
MODULE_ALIAS | ( | "platform:hp6xx-led" | ) |
MODULE_AUTHOR | ( | "Kristoffer Ericson <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "HP Jornada 6xx LED driver" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | hp6xxled_driver | ) |