Skip to content

Commit

Permalink
[PATCH] Alchemy PCMCIA: Fix config.h inclusion
Browse files Browse the repository at this point in the history
Add rsp. remove the inclusion of <linux/config.h> as needed.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
  • Loading branch information
Ralf Baechle authored and Dominik Brodowski committed Nov 10, 2005
1 parent 3b44f13 commit 5ab0b37
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions drivers/pcmcia/au1000_db1x00.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
*
*/

#include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
Expand Down
2 changes: 2 additions & 0 deletions drivers/pcmcia/au1000_generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#define __ASM_AU1000_PCMCIA_H

/* include the world */
#include <linux/config.h>

#include <pcmcia/cs_types.h>
#include <pcmcia/cs.h>
#include <pcmcia/ss.h>
Expand Down
1 change: 1 addition & 0 deletions drivers/pcmcia/au1000_pb1x00.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/delay.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/pcmcia/au1000_xxs1500.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/config.h>
#include <linux/delay.h>
#include <linux/ioport.h>
#include <linux/kernel.h>
Expand Down

0 comments on commit 5ab0b37

Please sign in to comment.