bsp/qoriq: Fix warning

This commit is contained in:
Sebastian Huber
2015-03-05 14:53:47 +01:00
parent 7183f1cd8d
commit f3a57820f7

View File

@@ -47,8 +47,7 @@
#define SPURIOUS 0xffff
static rtems_interrupt_lock lock =
RTEMS_INTERRUPT_LOCK_INITIALIZER("QorIQ IRQ");
RTEMS_INTERRUPT_LOCK_DEFINE(static, lock, "QorIQ IRQ")
static const uint16_t vpr_and_dr_offsets [] = {
[0] = 0x10200 >> 4,