Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb55a0de authored by Kyle McMartin's avatar Kyle McMartin
Browse files

[PARISC] parisc-agp: Fix thinko const-ifying



Can't really blame davej for mucking this up... static-ify
it while we're at it, which would have prevented this...

Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent b2a8289a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ parisc_agp_enable(struct agp_bridge_data *bridge, u32 mode)
	agp_device_command(command, (mode & AGP8X_MODE) != 0);
}

struct const agp_bridge_driver parisc_agp_driver = {
static const struct agp_bridge_driver parisc_agp_driver = {
	.owner			= THIS_MODULE,
	.size_type		= FIXED_APER_SIZE,
	.configure		= parisc_agp_configure,