Skip to content

Commit

Permalink
viafb: removed duplicated #include's
Browse files Browse the repository at this point in the history
Removed duplicated #include's in drivers/video/via/global.h.
  debug.h
  viafbdev.h
  viamode.h

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Cc: Joseph Chan <josephchan@via.com.tw>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Huang Weiyi authored and torvalds committed Oct 30, 2008
1 parent 0833422 commit 75b7edf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/video/via/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include "iface.h"
#include "viafbdev.h"
#include "chip.h"
#include "debug.h"
#include "accel.h"
#include "share.h"
#include "dvi.h"
Expand All @@ -48,12 +47,10 @@

#include "lcd.h"
#include "ioctl.h"
#include "viamode.h"
#include "via_utility.h"
#include "vt1636.h"
#include "tblDPASetting.h"
#include "tbl1636.h"
#include "viafbdev.h"

/* External struct*/

Expand Down

0 comments on commit 75b7edf

Please sign in to comment.