Clean up struct screen_info (<linux/screen_info.h>)
authorH. Peter Anvin <hpa@zytor.com>
Wed, 11 Jul 2007 19:18:31 +0000 (12:18 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 12 Jul 2007 17:55:54 +0000 (10:55 -0700)
commite087db510cd96a75a614f6f6fcd5499ab21cb087
tree70b6d536585355ff59f7635083f36eea71d6d27b
parentde32e04175efbc1ff5e0f509253d5dfc84f173b3
Clean up struct screen_info (<linux/screen_info.h>)

struct screen_info has unaligned members, it needs to be packed.
In the process, fix the naming of some of the members, which don't
belong in this structure but are part of it anyway.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/screen_info.h