On 11/02/14 08:48, Michal Simek wrote:
No reason to have separate file in header in include/linux folder
if this is purely driver specific structure.
Signed-off-by: Michal Simek <redacted>
---
I have this patch in my devel tree for a while and would like
to hear your opinion. I can't see any reason to have
xilinxfb_platform_data in header if this is purely OF driver
used on OF archs.
---
drivers/video/xilinxfb.c | 15 ++++++++++++++-
include/linux/xilinxfb.h | 30 ------------------------------
2 files changed, 14 insertions(+), 31 deletions(-)
delete mode 100644 include/linux/xilinxfb.h
Thanks. Queued for 3.15.
Tomi