summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/omapdss.h
AgeCommit message (Collapse)AuthorFilesLines
2016-06-03platform_data: omapdss: Remove unused members from omap_dss_board_infoPeter Ujfalusi1-5/+0
The num_devices, **devices and *default_device is leftover from the past. They can be removed as they are no used. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
2016-06-03video/platform_data: omapdss: Create new header file for platform dataPeter Ujfalusi1-0/+42
Create a new header file for platform data used by omapdss. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>