Skip to content

Commit

Permalink
vga: compile fix, disable vga for s390
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Jan Glauber authored and Martin Schwidefsky committed Nov 30, 2012
1 parent c8717a3 commit 1150f25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions arch/s390/include/asm/vga.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef _ASM_S390_VGA_H
#define _ASM_S390_VGA_H

/* Avoid compile errors due to missing asm/vga.h */

#endif /* _ASM_S390_VGA_H */
2 changes: 1 addition & 1 deletion drivers/gpu/vga/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config VGA_ARB
bool "VGA Arbitration" if EXPERT
default y
depends on PCI
depends on (PCI && !S390)
help
Some "legacy" VGA devices implemented on PCI typically have the same
hard-decoded addresses as they did on ISA. When multiple PCI devices
Expand Down

0 comments on commit 1150f25

Please sign in to comment.