diff options
author | Andrew Morton <akpm@osdl.org> | 2007-02-05 19:09:35 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2007-02-10 19:56:36 -0500 |
commit | 1c14cfbbe7a9f2240c73f420c3c6336fc521cd64 (patch) | |
tree | b58d41d52cc54880f969987202c14e705d0e53aa /drivers/char/agp/intel-agp.c | |
parent | 1eaf122cda2c135f90b9e610a847e6d4627b577c (diff) |
[AGPGART] allow drm populated agp memory types cleanups
Fix whitespace, braces, use kzalloc().
Cc: Dave Airlie <airlied@linux.ie>
Cc: Thomas Hellstrom <thomas@tungstengraphics.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/char/agp/intel-agp.c')
-rw-r--r-- | drivers/char/agp/intel-agp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/agp/intel-agp.c b/drivers/char/agp/intel-agp.c index 6b9fb2179264..06b0bb6d982f 100644 --- a/drivers/char/agp/intel-agp.c +++ b/drivers/char/agp/intel-agp.c | |||
@@ -89,7 +89,6 @@ static struct _intel_i810_private { | |||
89 | int num_dcache_entries; | 89 | int num_dcache_entries; |
90 | } intel_i810_private; | 90 | } intel_i810_private; |
91 | 91 | ||
92 | |||
93 | static int intel_i810_fetch_size(void) | 92 | static int intel_i810_fetch_size(void) |
94 | { | 93 | { |
95 | u32 smram_miscc; | 94 | u32 smram_miscc; |