summaryrefslogtreecommitdiff
path: root/src/panel.c
diff options
context:
space:
mode:
authorJordan Crouse <jordan.crouse@amd.com>2008-03-11 15:43:00 -0600
committerJordan Crouse <jordan.crouse@amd.com>2008-03-14 14:16:42 -0600
commitec8edd1393f482ca42b401463f0f09580aa263a0 (patch)
tree62892967de07f4db2d66f98e4d4c1001262dce9c /src/panel.c
parenta7bc1a7f6b439419fc27b669d9d7f99f882d83fe (diff)
First stage of the rename process - get rid of all amd_ prefixes -
change either to geode_ or just to lx_ or gx_ depending on the processor. Change the name in the Makefiles and other collateral
Diffstat (limited to 'src/panel.c')
-rw-r--r--src/panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panel.c b/src/panel.c
index 31eb9e7..4cb2cf7 100644
--- a/src/panel.c
+++ b/src/panel.c
@@ -43,7 +43,7 @@
#include "panel.h"
#include "gfx_defs.h"
-#include "amd.h"
+#include "geode.h"
#define PLATFORM_DYNAMIC 1 /* runtime selection */
#define PLATFORM_DRACO 0 /* Draco + 9210 */