summaryrefslogtreecommitdiff
path: root/include/video/platform_lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/platform_lcd.h')
-rw-r--r--include/video/platform_lcd.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/video/platform_lcd.h b/include/video/platform_lcd.h
index 23864b284147..2bdf46519298 100644
--- a/include/video/platform_lcd.h
+++ b/include/video/platform_lcd.h
@@ -1,22 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
/* include/video/platform_lcd.h
*
* Copyright 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* Generic platform-device LCD power control interface.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
*/
struct plat_lcd_data;
-struct fb_info;
struct plat_lcd_data {
int (*probe)(struct plat_lcd_data *);
void (*set_power)(struct plat_lcd_data *, unsigned int power);
- int (*match_fb)(struct plat_lcd_data *, struct fb_info *);
};
-