vt: Fix use of "new" in a struct field
authorAlan Cox <alan@linux.intel.com>
Thu, 19 Nov 2009 13:30:36 +0000 (13:30 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 19 Nov 2009 21:43:06 +0000 (13:43 -0800)
commit308efab5e231d1510cd35931d87629bf5171caae
treef477e28706603dac927e352f2b0c23034f981808
parent5854d9c8d18359b1fc2f23c0ef2d51dd53281bd6
vt: Fix use of "new" in a struct field

As this struct is exposed to user space and the API was added for this
release it's a bit of a pain for the C++ world and we still have time to
fix it. Rename the fields before we end up with that pain in an actual
release.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Reported-by: Olivier Goffart
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/vt_ioctl.c
include/linux/vt.h