]> git.baikalelectronics.ru Git - kernel.git/commit
x86: remove vm86.h inclusion from process_32.c
authorJacek Luczak <difrost.kernel@gmail.com>
Wed, 9 Apr 2008 20:53:50 +0000 (22:53 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 19 Apr 2008 17:19:54 +0000 (19:19 +0200)
commit4598ac566c72be3a3c91b528b3703e6474c6a1f6
tree5e596d15f6bc806fbad7b24807c4ca917525a6c2
parentf6ff65b28e779a52dfabe11cba59654d5787d3a1
x86: remove vm86.h inclusion from process_32.c

I've made a small investigation about vm86.h inclusion rules and it
looks like everything is more or less ok.

Files that rely on asm/vm86.h symbols are:

  - kprobes.c
  - process_32.c
  - signal_32.c
  - traps_32.c
  - vm86_32.c

File process_32.c includes vm86.h explicitly. We can remove that
include and it won't break anything.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/process_32.c