2007-11-30 Till Straumann <strauman@slac.stanford.edu>

* shared/motorola/motorola.c: removed excess initializer
	elements.
This commit is contained in:
Till Straumann
2007-11-30 22:27:47 +00:00
parent 5fe4d471e3
commit 4f38270a98
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* shared/motorola/motorola.c: removed excess initializer
elements.
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* shared/irq/irq.h, shared/irq/irq.c, shared/irq/irq_init.c,

View File

@@ -166,13 +166,13 @@ static struct _int_map mvme24xx_intmap[] = {
*/
{0, 13, PCI_FIXUP_OPT_OVERRIDE_NAME,
{{1, {11,21,-1,-1,-1}}, /* Universe ISA/PCI */
{{1, {11,21,-1,-1}}, /* Universe ISA/PCI */
/* strictly speaking, a non-multi function device
* must only use pin A
*/
{2, {22,-1,-1,-1,-1}}, /* Universe */
{3, {23,-1,-1,-1,-1}}, /* Universe */
{4, {24,-1,-1,-1,-1}}, /* Universe */
{2, {22,-1,-1,-1}}, /* Universe */
{3, {23,-1,-1,-1}}, /* Universe */
{4, {24,-1,-1,-1}}, /* Universe */
NULL_PINMAP}},
{0, 14, PCI_FIXUP_OPT_OVERRIDE_NAME,