]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/ps3: Remove unused os_area_db_id_video_mode
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 25 Sep 2015 02:14:48 +0000 (12:14 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 30 Sep 2015 00:33:02 +0000 (10:33 +1000)
commitedb5cf2a999560d7688e4e8fd0669fda14aa1731
treef31d25d38ffe61bd9097cd0829d7df5a3c248682
parent49ec0be59dc7377fba6214e0c1178c818f42552d
powerpc/ps3: Remove unused os_area_db_id_video_mode

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 <mpe@ellerman.id.au>
arch/powerpc/platforms/ps3/os-area.c