lkml.org 
[lkml]   [2003]   [Aug]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH 2/16] C99: 2.6.0-t3-bk7/arch/alpha
From
diff -aur linux.backup/arch/alpha/kernel/core_titan.c linux/arch/alpha/kernel/core_titan.c
--- linux.backup/arch/alpha/kernel/core_titan.c Wed Aug 20 16:38:52 2003
+++ linux/arch/alpha/kernel/core_titan.c Wed Aug 20 16:40:22 2003
@@ -717,12 +717,12 @@

struct alpha_agp_ops titan_agp_ops =
{
- setup: titan_agp_setup,
- cleanup: titan_agp_cleanup,
- configure: titan_agp_configure,
- bind: titan_agp_bind_memory,
- unbind: titan_agp_unbind_memory,
- translate: titan_agp_translate
+ .setup = titan_agp_setup,
+ .cleanup = titan_agp_cleanup,
+ .configure = titan_agp_configure,
+ .bind = titan_agp_bind_memory,
+ .unbind = titan_agp_unbind_memory,
+ .translate = titan_agp_translate
};

alpha_agp_info *
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.095 / U:1.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site