Commit 6101e6d4 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] Remove unneeded exports.

These functions should only be called indirectly from agp_generic_enable()
parent 61877c40
...@@ -18,5 +18,3 @@ int agp_3_0_enable(struct agp_bridge_data *bridge, u32 mode) ...@@ -18,5 +18,3 @@ int agp_3_0_enable(struct agp_bridge_data *bridge, u32 mode)
return 0; return 0;
} }
EXPORT_SYMBOL_GPL(agp_3_0_enable);
...@@ -531,5 +531,3 @@ int agp_3_5_enable(struct agp_bridge_data *bridge, u32 mode) ...@@ -531,5 +531,3 @@ int agp_3_5_enable(struct agp_bridge_data *bridge, u32 mode)
return ret; return ret;
} }
EXPORT_SYMBOL_GPL(agp_3_5_enable);
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