summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/include/mpc8xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/include/mpc8xx.h')
-rw-r--r--bsps/powerpc/include/mpc8xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/powerpc/include/mpc8xx.h b/bsps/powerpc/include/mpc8xx.h
index f0134ed99f..60baf60593 100644
--- a/bsps/powerpc/include/mpc8xx.h
+++ b/bsps/powerpc/include/mpc8xx.h
@@ -683,7 +683,7 @@ typedef struct m8xxSPIparms_ {
typedef struct m8xxBufferDescriptor_ {
volatile uint16_t status;
uint16_t length;
- volatile void *buffer;
+ void *buffer;
} m8xxBufferDescriptor_t;
/*