LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [patch] fix build breakage in sgi-agp.c
@ 2007-02-27 12:19 Jes Sorensen
0 siblings, 0 replies; only message in thread
From: Jes Sorensen @ 2007-02-27 12:19 UTC (permalink / raw)
To: Andrew Morton; +Cc: Dave Jones, ayoung, Linus Torvalds, linux-kernel
Hi,
This one fixes the build breakage introduced in the recent const
change patch applied to drivers/char/agp
Cheers,
Jes
Fix build breakage from recent const changes.
Signed-off-by: Jes Sorensen <jes@sgi.com>
---
drivers/char/agp/sgi-agp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6/drivers/char/agp/sgi-agp.c
===================================================================
--- linux-2.6.orig/drivers/char/agp/sgi-agp.c
+++ linux-2.6/drivers/char/agp/sgi-agp.c
@@ -247,7 +247,7 @@ static struct agp_bridge_data *sgi_tioca
return bridge;
}
-struct const agp_bridge_driver sgi_tioca_driver = {
+static const struct agp_bridge_driver sgi_tioca_driver = {
.owner = THIS_MODULE,
.size_type = U16_APER_SIZE,
.configure = sgi_tioca_configure,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-27 12:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-27 12:19 [patch] fix build breakage in sgi-agp.c Jes Sorensen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).