Skip to content

Commit

Permalink
include/linux/vgaarb.h: add missing part of include guard
Browse files Browse the repository at this point in the history
vgaarb.h was missing the #define of the #ifndef at the top for the guard
to prevent multiple #include's from causing re-define errors

Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Cc: Dave Airlie <airlied@redhat.com>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
cardoe authored and airlied committed Jul 20, 2010
1 parent 7173aef commit a6a1a09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/vgaarb.h
Expand Up @@ -29,6 +29,7 @@
*/

#ifndef LINUX_VGA_H
#define LINUX_VGA_H

#include <asm/vga.h>

Expand Down

0 comments on commit a6a1a09

Please sign in to comment.