Commit 299c5e94 authored by Dave Jones's avatar Dave Jones

[AGP] small c99/inlining cleanups

parent 2b5c2e84
...@@ -151,7 +151,7 @@ static int amd_x86_64_fetch_size(void) ...@@ -151,7 +151,7 @@ static int amd_x86_64_fetch_size(void)
} }
static void inline flush_x86_64_tlb(struct pci_dev *dev) static void flush_x86_64_tlb(struct pci_dev *dev)
{ {
u32 tmp; u32 tmp;
......
...@@ -1062,9 +1062,9 @@ static struct file_operations agp_fops = ...@@ -1062,9 +1062,9 @@ static struct file_operations agp_fops =
static struct miscdevice agp_miscdev = static struct miscdevice agp_miscdev =
{ {
AGPGART_MINOR, .minor = AGPGART_MINOR,
"agpgart", .name = "agpgart",
&agp_fops .fops = &agp_fops
}; };
int __init agp_frontend_initialize(void) int __init agp_frontend_initialize(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment