X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fatmel_lcd.h;h=66436b9b2772045e8bfc078d0e47d74c74855309;hb=d2e5250be49fce4653689c41a5dc7e2d7e7ecf33;hp=ee7ba27798bd75357bdd5ddbd3d6e91c7c2abd01;hpb=2dc5b553b9bcd701bd7abd60f99f407cb0c37762;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/atmel_lcd.h b/include/atmel_lcd.h index ee7ba27..66436b9 100644 --- a/include/atmel_lcd.h +++ b/include/atmel_lcd.h @@ -1,21 +1,20 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * atmel_lcd.h - Atmel LCD Controller structures * * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _ATMEL_LCD_H_ #define _ATMEL_LCD_H_ /** - * struct atmel_lcd_platdata - platform data for Atmel LCDs with driver model + * struct atmel_lcd_plat - platform data for Atmel LCDs with driver model * * @timing_index: Index of LCD timing to use in device tree node */ -struct atmel_lcd_platdata { +struct atmel_lcd_plat { int timing_index; };