This trivial patch makes AGP support compile again.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1095 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
bdc76a22a0
commit
7d47daf0a8
2 changed files with 8 additions and 12 deletions
|
|
@ -25,6 +25,6 @@ unsigned int agp_scan_bus(struct bus *bus,
|
|||
unsigned min_devfn, unsigned max_devfn, unsigned int max);
|
||||
unsigned int agp_scan_bridge(struct device *dev, unsigned int max);
|
||||
|
||||
extern struct device_operations default_agp_ops_bus;
|
||||
extern const struct device_operations default_agp_ops_bus;
|
||||
|
||||
#endif /* DEVICE_AGP_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue