linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Stephen Warren <swarren@wwwdotorg.org>
Cc: Grant Likely <grant.likely@secretlab.ca>,
	Rob Herring <rob.herring@calxeda.com>,
	Linus Walleij <linus.walleij@stericsson.com>,
	B29396@freescale.com, s.hauer@pengutronix.de, dongas86@gmail.com,
	shawn.guo@linaro.org, thomas.abraham@linaro.org,
	tony@atomide.com, linux-kernel@vger.kernel.org,
	devicetree-discuss@lists.ozlabs.org, linux-tegra@vger.kernel.org
Subject: Re: [PATCH 2/8] pinctrl: Include <linux/bug.h> to prevent compile errors
Date: Tue, 20 Mar 2012 13:12:52 +0100	[thread overview]
Message-ID: <CACRpkdYxhgh7AcQSJrRg4Nn4yY-+REdfK+ZXbDPs9E9b3s8goQ@mail.gmail.com> (raw)
In-Reply-To: <1331931269-12262-2-git-send-email-swarren@wwwdotorg.org>

On Fri, Mar 16, 2012 at 9:54 PM, Stephen Warren <swarren@wwwdotorg.org> wrote:

> Macros in <linux/pinctrl/machine.h> call ARRAY_SIZE(), the definition of
> which eventually calls BUILD_BUG_ON_ZERO(), which is defined in
> <linux/bug.h>. Include that so that every .c file using the pinctrl macros
> doesn't have to do that itself.
>
> Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
> ---
> v2: Fix accidental replacing of pinctrl-state.h with pinctrl.h

Applied. Thanks!
Linus Walleij

  reply	other threads:[~2012-03-20 12:12 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-16 20:54 [PATCH 1/8] dt: add property iteration helpers Stephen Warren
2012-03-16 20:54 ` [PATCH 2/8] pinctrl: Include <linux/bug.h> to prevent compile errors Stephen Warren
2012-03-20 12:12   ` Linus Walleij [this message]
2012-03-16 20:54 ` [PATCH 3/8] dt: pinctrl: Document device tree binding Stephen Warren
2012-03-16 20:54 ` [PATCH 4/8] pinctrl: implement pinctrl_check_ops Stephen Warren
2012-03-20 12:14   ` Linus Walleij
2012-03-16 20:54 ` [PATCH 5/8] pinctrl: core device tree mapping table parsing support Stephen Warren
2012-03-20 12:21   ` Linus Walleij
2012-03-16 20:54 ` [PATCH 6/8] dt: Move Tegra20 pin mux binding into new pinctrl directory Stephen Warren
2012-03-16 20:54 ` [PATCH 7/8] dt: Document Tegra20/30 pinctrl binding Stephen Warren
2012-03-16 20:54 ` [PATCH 8/8] pinctrl: tegra: Add complete device tree support Stephen Warren
2012-03-19 16:00 ` [PATCH 1/8] dt: add property iteration helpers Rob Herring
2012-03-20 16:35 ` Grant Likely

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=CACRpkdYxhgh7AcQSJrRg4Nn4yY-+REdfK+ZXbDPs9E9b3s8goQ@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=B29396@freescale.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=dongas86@gmail.com \
    --cc=grant.likely@secretlab.ca \
    --cc=linus.walleij@stericsson.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=rob.herring@calxeda.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawn.guo@linaro.org \
    --cc=swarren@wwwdotorg.org \
    --cc=thomas.abraham@linaro.org \
    --cc=tony@atomide.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).