X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hw%2Fpl181.c;h=a905cbb2100c4a2adf9e7c5033473c2c32841eca;hb=cd346349b45ef056f138a184f660b8c34c3213cc;hp=62ccad9e4e3fad0c1bb723b7493f6760688eee58;hpb=aa1f17c18d3778b10a93b858c10c075ee023487a;p=qemu diff --git a/hw/pl181.c b/hw/pl181.c index 62ccad9..a905cbb 100644 --- a/hw/pl181.c +++ b/hw/pl181.c @@ -1,4 +1,4 @@ -/* +/* * Arm PrimeCell PL181 MultiMedia Card Interface * * Copyright (c) 2007 CodeSourcery. @@ -177,7 +177,7 @@ error: /* Transfer data between the card and the FIFO. This is complicated by the FIFO holding 32-bit words and the card taking data in single byte chunks. FIFO bytes are transferred in little-endian order. */ - + static void pl181_fifo_run(pl181_state *s) { uint32_t bits;