Skip to content

Commit

Permalink
sh: Fix up headers_check regression.
Browse files Browse the repository at this point in the history
linux/mmzone.h isn't exported, kill it off from asm/setup.h and simply
deal with it in the places that have a dependency instead.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 17, 2008
1 parent 81b6699 commit b406efe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/sh/include/asm/setup.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
#ifndef _SH_SETUP_H
#define _SH_SETUP_H

#include <linux/mmzone.h>

#define COMMAND_LINE_SIZE 256

#ifdef __KERNEL__

/*
* This is set up by the setup-routine at boot-time
*/
Expand Down

0 comments on commit b406efe

Please sign in to comment.