Re: [PATCH] powerpc/ps3: Remove unused os_area_db_id_video_mode

2015-10-02 Thread Geoff Levand
On Fri, 2015-09-25 at 12:14 +1000, Michael Ellerman wrote: > This struct is unused, which is now a build error with gcc 6: > > error: 'os_area_db_id_video_mode' defined but not used > > There doesn't seem to be any good reason to keep it around so remove it, > it's in the history if anyone

[PATCH] powerpc/ps3: Remove unused os_area_db_id_video_mode

2015-09-24 Thread Michael Ellerman
This struct is unused, which is now a build error with gcc 6: error: 'os_area_db_id_video_mode' defined but not used There doesn't seem to be any good reason to keep it around so remove it, it's in the history if anyone needs it. Signed-off-by: Michael Ellerman ---