#include <linux/backlight.h>
#include <linux/device.h>
#include <linux/fb.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <mach/jornada720.h>
#include <mach/hardware.h>
#include <video/s1d13xxxfb.h>
Go to the source code of this file.
#define BL_MAX_BRIGHT 255 |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
MODULE_AUTHOR |
( |
"Kristoffer Ericson <kristoffer.ericson>" |
| ) |
|
MODULE_DESCRIPTION |
( |
"HP Jornada 710/720/728 Backlight driver" |
| ) |
|
module_platform_driver |
( |
jornada_bl_driver |
| ) |
|