Message ID | 1392657571-10818-2-git-send-email-will.newton@linaro.org |
---|---|
State | Superseded |
Headers | show |
On 17 February 2014 17:19, Will Newton <will.newton@linaro.org> wrote: > Signed-off-by: Will Newton <will.newton@linaro.org> > --- > include/qemu/crc32c.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/qemu/crc32c.h b/include/qemu/crc32c.h > index 56d1c3b..dafb6a1 100644 > --- a/include/qemu/crc32c.h > +++ b/include/qemu/crc32c.h > @@ -25,8 +25,8 @@ > * > */ > > -#ifndef QEMU_CRC32_H > -#define QEMU_CRC32_H > +#ifndef QEMU_CRC32C_H > +#define QEMU_CRC32C_H > > #include "qemu-common.h" Reviewed-by: Peter Maydell <peter.maydell@linaro.org> -- PMM
diff --git a/include/qemu/crc32c.h b/include/qemu/crc32c.h index 56d1c3b..dafb6a1 100644 --- a/include/qemu/crc32c.h +++ b/include/qemu/crc32c.h @@ -25,8 +25,8 @@ * */ -#ifndef QEMU_CRC32_H -#define QEMU_CRC32_H +#ifndef QEMU_CRC32C_H +#define QEMU_CRC32C_H #include "qemu-common.h"
Signed-off-by: Will Newton <will.newton@linaro.org> --- include/qemu/crc32c.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)