summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Brace <kevinbrace@gmx.com>2019-05-10 20:02:11 -0700
committerKevin Brace <kevinbrace@gmx.com>2019-05-10 20:02:11 -0700
commitcc33df89bcdcec83da5b8eface1b191802d694b2 (patch)
tree513f8d4e2f8ea8758b5c089a000e75b196a8fcce
parentb0b1c79aa91b56f55094890d8de98ff82d58ee49 (diff)
Rename trident_pci_rename.h to pci_rename.h
PCI rename header file appears to be generic, so trident_ prefix should be dropped. Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
-rw-r--r--src/pci_rename.h (renamed from src/trident_pci_rename.h)6
-rw-r--r--src/trident.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/trident_pci_rename.h b/src/pci_rename.h
index 991273b..c8ebed7 100644
--- a/src/trident_pci_rename.h
+++ b/src/pci_rename.h
@@ -26,8 +26,8 @@
* library. The main purpose being to facilitate source code compatibility.
*/
-#ifndef TRIDENT_PCI_RENAME_H
-#define TRIDENT_PCI_RENAME_H
+#ifndef PCI_RENAME_H
+#define PCI_RENAME_H
enum region_type {
REGION_MEM,
@@ -119,4 +119,4 @@ typedef struct pci_device *pciVideoPtr;
#endif /* XSERVER_LIBPCIACCESS */
-#endif /* TRIDENT_PCI_RENAME_H */
+#endif /* PCI_RENAME_H */
diff --git a/src/trident.h b/src/trident.h
index 6f2ddc5..5cadf52 100644
--- a/src/trident.h
+++ b/src/trident.h
@@ -30,7 +30,7 @@
#include <string.h>
#include <math.h>
-#include "trident_pci_rename.h"
+#include "pci_rename.h"
#include "exa.h"
#include "xf86Cursor.h"