commit | e087db510cd96a75a614f6f6fcd5499ab21cb087 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Wed Jul 11 12:18:31 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Jul 12 10:55:54 2007 -0700 |
tree | 70b6d536585355ff59f7635083f36eea71d6d27b | |
parent | de32e04175efbc1ff5e0f509253d5dfc84f173b3 [diff] |
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>