#include <linux/backlight.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mfd/rave-sp.h>
#include <linux/platform_device.h>
#define RAVE_SP_BACKLIGHT_LCD_EN …
static int rave_sp_backlight_update_status(struct backlight_device *bd)
{ … }
static const struct backlight_ops rave_sp_backlight_ops = …;
static struct backlight_properties rave_sp_backlight_props = …;
static int rave_sp_backlight_probe(struct platform_device *pdev)
{ … }
static const struct of_device_id rave_sp_backlight_of_match[] = …;
static struct platform_driver rave_sp_backlight_driver = …;
module_platform_driver(…) …;
MODULE_DEVICE_TABLE(of, rave_sp_backlight_of_match);
MODULE_LICENSE(…) …;
MODULE_AUTHOR(…) …;
MODULE_AUTHOR(…) …;
MODULE_AUTHOR(…) …;
MODULE_DESCRIPTION(…) …;