Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307229
b: refs/heads/master
c: 6e079d5
h: refs/heads/master
i:
  307227: 7141b40
v: v3
  • Loading branch information
Matthew Garrett authored and Dave Airlie committed May 3, 2012
1 parent e1f09d4 commit e660b3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a556039e7823d27a0a7f7724d4d455053ea9253
refs/heads/master: 6e079d53c116ed9b95d0cad16237e06d5a60b9c4
5 changes: 5 additions & 0 deletions trunk/include/linux/vgaarb.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,13 @@ extern void vga_put(struct pci_dev *pdev, unsigned int rsrc);
*/

#ifndef __ARCH_HAS_VGA_DEFAULT_DEVICE
#ifdef CONFIG_VGA_ARB
extern struct pci_dev *vga_default_device(void);
extern void vga_set_default_device(struct pci_dev *pdev);
#else
static inline struct pci_dev *vga_default_device(void) { return NULL; };
static inline void vga_set_default_device(struct pci_dev *pdev) { };
#endif
#endif

/**
Expand Down

0 comments on commit e660b3b

Please sign in to comment.