diff mbox series

sii3112: Change angle brackets to quotes in #include lines

Message ID 20180130131716.5899D7456D5@zero.eik.bme.hu
State New
Headers show
Series sii3112: Change angle brackets to quotes in #include lines | expand

Commit Message

BALATON Zoltan Jan. 30, 2018, 1:10 p.m. UTC
This matches what other files do for qemu includes

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
 hw/ide/sii3112.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell Jan. 30, 2018, 1:19 p.m. UTC | #1
On 30 January 2018 at 13:10, BALATON Zoltan <balaton@eik.bme.hu> wrote:
> This matches what other files do for qemu includes
>
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM
David Gibson Jan. 30, 2018, 7:49 p.m. UTC | #2
On Tue, Jan 30, 2018 at 02:10:10PM +0100, BALATON Zoltan wrote:
> This matches what other files do for qemu includes
> 
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>

Applied, thanks.

> ---
>  hw/ide/sii3112.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/hw/ide/sii3112.c b/hw/ide/sii3112.c
> index 17aa930..e3896c6 100644
> --- a/hw/ide/sii3112.c
> +++ b/hw/ide/sii3112.c
> @@ -12,8 +12,8 @@
>   * http://wiki.osdev.org/User:Quok/Silicon_Image_Datasheets
>   */
>  
> -#include <qemu/osdep.h>
> -#include <hw/ide/pci.h>
> +#include "qemu/osdep.h"
> +#include "hw/ide/pci.h"
>  #include "trace.h"
>  
>  #define TYPE_SII3112_PCI "sii3112"
BALATON Zoltan Feb. 1, 2018, 11:51 a.m. UTC | #3
On Wed, 31 Jan 2018, David Gibson wrote:
> On Tue, Jan 30, 2018 at 02:10:10PM +0100, BALATON Zoltan wrote:
>> This matches what other files do for qemu includes
>>
>> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
>
> Applied, thanks.

Thanks but Markus instead included this in his cleanup patches here:
http://lists.nongnu.org/archive/html/qemu-devel/2018-02/msg00075.html
so you can drop this from your tree now.

Regards,
BALATON Zoltan
David Gibson Feb. 8, 2018, 11:29 p.m. UTC | #4
On Thu, Feb 01, 2018 at 12:51:04PM +0100, BALATON Zoltan wrote:
> On Wed, 31 Jan 2018, David Gibson wrote:
> > On Tue, Jan 30, 2018 at 02:10:10PM +0100, BALATON Zoltan wrote:
> > > This matches what other files do for qemu includes
> > > 
> > > Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> > 
> > Applied, thanks.
> 
> Thanks but Markus instead included this in his cleanup patches here:
> http://lists.nongnu.org/archive/html/qemu-devel/2018-02/msg00075.html
> so you can drop this from your tree now.

Ok, done.
diff mbox series

Patch

diff --git a/hw/ide/sii3112.c b/hw/ide/sii3112.c
index 17aa930..e3896c6 100644
--- a/hw/ide/sii3112.c
+++ b/hw/ide/sii3112.c
@@ -12,8 +12,8 @@ 
  * http://wiki.osdev.org/User:Quok/Silicon_Image_Datasheets
  */
 
-#include <qemu/osdep.h>
-#include <hw/ide/pci.h>
+#include "qemu/osdep.h"
+#include "hw/ide/pci.h"
 #include "trace.h"
 
 #define TYPE_SII3112_PCI "sii3112"