All of lore.kernel.org
 help / color / mirror / Atom feed
From: tomi.valkeinen@ti.com (Tomi Valkeinen)
To: linux-arm-kernel@lists.infradead.org
Subject: More build fixes for omapdrm in current -next
Date: Tue, 17 May 2016 11:07:47 +0300	[thread overview]
Message-ID: <573AD153.4060200@ti.com> (raw)
In-Reply-To: <1462982509-342936-1-git-send-email-arnd@arndb.de>

On 11/05/16 19:01, Arnd Bergmann wrote:
> A couple more errors showed up in linux-next in the last few
> days, all because of missing header files. I have not seen these
> before, and most configurations appear to be fine. There
> must have been an implicit inclusion somewhere before that
> just got removed, but I couldn't find it and doing the
> explicit #include should always be better here.

Thanks. I picked the first one as is, and third one with some conflict
resolutions. A patch similar to the second one was already queued.

 Tomi

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160517/6a3a8145/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: airlied@redhat.com, linux-arm-kernel@lists.infradead.org,
	dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: More build fixes for omapdrm in current -next
Date: Tue, 17 May 2016 11:07:47 +0300	[thread overview]
Message-ID: <573AD153.4060200@ti.com> (raw)
In-Reply-To: <1462982509-342936-1-git-send-email-arnd@arndb.de>


[-- Attachment #1.1.1: Type: text/plain, Size: 557 bytes --]

On 11/05/16 19:01, Arnd Bergmann wrote:
> A couple more errors showed up in linux-next in the last few
> days, all because of missing header files. I have not seen these
> before, and most configurations appear to be fine. There
> must have been an implicit inclusion somewhere before that
> just got removed, but I couldn't find it and doing the
> explicit #include should always be better here.

Thanks. I picked the first one as is, and third one with some conflict
resolutions. A patch similar to the second one was already queued.

 Tomi


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: <airlied@redhat.com>, <dri-devel@lists.freedesktop.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: More build fixes for omapdrm in current -next
Date: Tue, 17 May 2016 11:07:47 +0300	[thread overview]
Message-ID: <573AD153.4060200@ti.com> (raw)
In-Reply-To: <1462982509-342936-1-git-send-email-arnd@arndb.de>


[-- Attachment #1.1: Type: text/plain, Size: 557 bytes --]

On 11/05/16 19:01, Arnd Bergmann wrote:
> A couple more errors showed up in linux-next in the last few
> days, all because of missing header files. I have not seen these
> before, and most configurations appear to be fine. There
> must have been an implicit inclusion somewhere before that
> just got removed, but I couldn't find it and doing the
> explicit #include should always be better here.

Thanks. I picked the first one as is, and third one with some conflict
resolutions. A patch similar to the second one was already queued.

 Tomi


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  parent reply	other threads:[~2016-05-17  8:07 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-11 16:01 More build fixes for omapdrm in current -next Arnd Bergmann
2016-05-11 16:01 ` Arnd Bergmann
2016-05-11 16:01 ` Arnd Bergmann
2016-05-11 16:01 ` [PATCH 1/3] drm/omap: include linux/seq_file.h where needed Arnd Bergmann
2016-05-11 16:01   ` Arnd Bergmann
2016-05-11 16:01   ` Arnd Bergmann
2016-05-11 16:01 ` [PATCH 2/3] drm/omap: include linux/of.h " Arnd Bergmann
2016-05-11 16:01   ` Arnd Bergmann
2016-05-11 16:01   ` Arnd Bergmann
2016-05-11 16:05 ` [PATCH 3/3] drm/omap: include gpio/consumer.h " Arnd Bergmann
2016-05-11 16:05   ` Arnd Bergmann
2016-05-11 16:05   ` Arnd Bergmann
2016-05-11 20:11 ` [PATCH] drm: mediatek: remove IOMMU_DMA select Arnd Bergmann
2016-05-11 20:11   ` Arnd Bergmann
2016-05-11 20:11   ` Arnd Bergmann
2016-05-11 20:15   ` Arnd Bergmann
2016-05-11 20:15     ` Arnd Bergmann
2016-05-11 20:15     ` Arnd Bergmann
2016-06-21 13:19     ` Thierry Reding
2016-06-21 13:19       ` Thierry Reding
2016-06-21 13:19       ` Thierry Reding
2016-05-12  9:24   ` Robin Murphy
2016-05-12  9:24     ` Robin Murphy
2016-05-12  9:24     ` Robin Murphy
2016-05-12 10:46   ` Philipp Zabel
2016-05-12 10:46     ` Philipp Zabel
2016-05-12 10:46     ` Philipp Zabel
2016-05-17  8:07 ` Tomi Valkeinen [this message]
2016-05-17  8:07   ` More build fixes for omapdrm in current -next Tomi Valkeinen
2016-05-17  8:07   ` Tomi Valkeinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=573AD153.4060200@ti.com \
    --to=tomi.valkeinen@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.