diff options
| author | David S. Miller <davem@davemloft.net> | 2010-04-06 23:53:30 -0700 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2010-04-06 23:53:30 -0700 | 
| commit | 4a35ecf8bf1c4b039503fa554100fe85c761de76 (patch) | |
| tree | 9b75f5d5636004d9a9aa496924377379be09aa1f /include/linux/vt.h | |
| parent | b4d562e3c3553ac58c7120555c4e4aefbb090a2a (diff) | |
| parent | fb9e2d887243499b8d28efcf80821c4f6a092395 (diff) | |
| download | olio-linux-3.10-4a35ecf8bf1c4b039503fa554100fe85c761de76.tar.xz olio-linux-3.10-4a35ecf8bf1c4b039503fa554100fe85c761de76.zip  | |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
	drivers/net/bonding/bond_main.c
	drivers/net/via-velocity.c
	drivers/net/wireless/iwlwifi/iwl-agn.c
Diffstat (limited to 'include/linux/vt.h')
| -rw-r--r-- | include/linux/vt.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/vt.h b/include/linux/vt.h index 778b7b2a47d..d5dd0bc408f 100644 --- a/include/linux/vt.h +++ b/include/linux/vt.h @@ -27,7 +27,7 @@ struct vt_mode {  #define VT_SETMODE	0x5602	/* set mode of active vt */  #define		VT_AUTO		0x00	/* auto vt switching */  #define		VT_PROCESS	0x01	/* process controls switching */ -#define		VT_PROCESS_AUTO 0x02	/* process is notified of switching */ +#define		VT_ACKACQ	0x02	/* acknowledge switch */  struct vt_stat {  	unsigned short v_active;	/* active vt */ @@ -38,7 +38,6 @@ struct vt_stat {  #define VT_SENDSIG	0x5604	/* signal to send to bitmask of vts */  #define VT_RELDISP	0x5605	/* release display */ -#define		VT_ACKACQ	0x02	/* acknowledge switch */  #define VT_ACTIVATE	0x5606	/* make vt active */  #define VT_WAITACTIVE	0x5607	/* wait for vt active */  |