All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakob Viketoft <jakob.viketoft@bitsim.com>
To: linux-kernel@vger.kernel.org, Daniel Mack <daniel@caiaq.de>,
	Eric Miao <eric.y.miao@gmail.com>
Subject: [PATCH] colibri.h: #include corrections
Date: Fri, 16 Apr 2010 13:45:48 +0200	[thread overview]
Message-ID: <4BC84DEC.2000806@bitsim.com> (raw)

The use of mfp_cfg_t causes build errors without including <mach/mfp.h>. 
The include for the ax88796 is kicked as well since it's inclusion is 
obsoleted as adviced by Daniel Mack.

CC: stable@kernel.org
CC: Daniel Mack <daniel@caiaq.de>
CC: Eric Miao <eric.y.miao@gmail.com>
Signed-off-by Jakob Viketoft <jakob.viketoft@bitsim.com>


--- a/arch/arm/mach-pxa/include/mach/colibri.h	2010-03-15 
17:09:39.000000000 +0100
+++ b/arch/arm/mach-pxa/include/mach/colibri.h	2010-04-16 
13:30:43.000000000 +0200
@@ -1,7 +1,7 @@
  #ifndef _COLIBRI_H_
  #define _COLIBRI_H_

-#include <net/ax88796.h>
+#include <mach/mfp.h>

  /*
   * common settings for all modules


             reply	other threads:[~2010-04-16 11:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-16 11:45 Jakob Viketoft [this message]
2010-04-16 11:48 ` [PATCH] colibri.h: #include corrections Daniel Mack
2010-04-16 11:52   ` Jakob Viketoft

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=4BC84DEC.2000806@bitsim.com \
    --to=jakob.viketoft@bitsim.com \
    --cc=daniel@caiaq.de \
    --cc=eric.y.miao@gmail.com \
    --cc=linux-kernel@vger.kernel.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.