summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/pci.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/pci.h b/drivers/gpu/nvgpu/include/nvgpu/pci.h
index 6b5c1310..388e6de8 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/pci.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/pci.h
@@ -27,11 +27,11 @@
27#include <linux/pci_ids.h> 27#include <linux/pci_ids.h>
28#elif defined(__NVGPU_POSIX__) 28#elif defined(__NVGPU_POSIX__)
29#include <nvgpu/posix/pci.h> 29#include <nvgpu/posix/pci.h>
30#elif defined(__QNX__)
31#include <nvgpu_rmos/include/pci.h>
30#else 32#else
31/* 33/*
32 * In case someone tries to use this without implementing support! QNX currently 34 * In case someone tries to use this without implementing support!
33 * does it's own thing with regard to PCI so they don't need this, but just in
34 * case they accidentally include this.
35 */ 35 */
36#error "Build bug: need PCI headers!" 36#error "Build bug: need PCI headers!"
37#endif 37#endif