summaryrefslogtreecommitdiffstats
path: root/drivers/video/aty
diff options
context:
space:
mode:
authorAdrian Bunk2007-02-12 09:54:59 +0100
committerLinus Torvalds2007-02-12 18:48:41 +0100
commit3a0991029b577125ac5b3eedbe366320c581d8d6 (patch)
tree3d4f4f83cb1005fb907a42906724ffd0796a7688 /drivers/video/aty
parent[PATCH] tgafb: Fix the PCI ID table (diff)
downloadkernel-qcow2-linux-3a0991029b577125ac5b3eedbe366320c581d8d6.tar.gz
kernel-qcow2-linux-3a0991029b577125ac5b3eedbe366320c581d8d6.tar.xz
kernel-qcow2-linux-3a0991029b577125ac5b3eedbe366320c581d8d6.zip
[PATCH] remove bogus con_is_present() prototypes
Although gcc seems to accept "extern" prototypes after it has seen the "static inline" function, that's not really correct. Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: "Antonino A. Daplas" <adaplas@pol.net> Cc: James Simmons <jsimmons@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/aty')
-rw-r--r--drivers/video/aty/atyfb_base.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/aty/atyfb_base.c b/drivers/video/aty/atyfb_base.c
index f2ebdd880085..93784ceae898 100644
--- a/drivers/video/aty/atyfb_base.c
+++ b/drivers/video/aty/atyfb_base.c
@@ -2957,8 +2957,6 @@ extern void (*prom_palette) (int);
static int __devinit atyfb_setup_sparc(struct pci_dev *pdev,
struct fb_info *info, unsigned long addr)
{
- extern int con_is_present(void);
-
struct atyfb_par *par = info->par;
struct pcidev_cookie *pcp;
char prop[128];