Revision e047d1cfc3cd79f75e7dda9ffb28b456f6936864 authored by Ryusuke Konishi on 27 February 2007, 05:13:02 UTC, committed by Dave Jones on 27 February 2007, 05:36:00 UTC
This fixes the following compile failures of agpgart drivers.
These errors were inserted by the recent AGPGART constification patch.

drivers/char/agp/uninorth-agp.c:492: error: expected '{' before 'const'
drivers/char/agp/uninorth-agp.c:517: error: expected '{' before 'const'
drivers/char/agp/uninorth-agp.c: In function 'agp_uninorth_probe':
drivers/char/agp/uninorth-agp.c:634: error: 'u3_agp_driver' undeclared (first use in this function)
drivers/char/agp/uninorth-agp.c:634: error: (Each undeclared identifier is reported only once
drivers/char/agp/uninorth-agp.c:634: error: for each function it appears in.)
drivers/char/agp/uninorth-agp.c:636: error: 'uninorth_agp_driver' undeclared (first use in this function)

Signed-off-by: Ryusuke Konishi <ryusuke@osrg.net>
Signed-off-by: Dave Jones <davej@redhat.com>
1 parent 0136322
History
File Mode Size
Makefile -rw-r--r-- 211 bytes
ashldi3.c -rw-r--r-- 1.6 KB
ashrdi3.c -rw-r--r-- 1.7 KB
checksum.c -rw-r--r-- 4.1 KB
delay.c -rw-r--r-- 439 bytes
divsi3.S -rw-r--r-- 3.5 KB
lshrdi3.c -rw-r--r-- 1.6 KB
memcpy.c -rw-r--r-- 1.1 KB
memset.c -rw-r--r-- 669 bytes
modsi3.S -rw-r--r-- 3.3 KB
muldi3.c -rw-r--r-- 2.6 KB
mulsi3.S -rw-r--r-- 3.2 KB
semaphore.S -rw-r--r-- 1.2 KB
udivsi3.S -rw-r--r-- 5.0 KB
umodsi3.S -rw-r--r-- 3.3 KB

back to top