Skip to content

Commit

Permalink
pcmcia/omap_cf: don't redefine SZ_2K
Browse files Browse the repository at this point in the history
This fixes:

	drivers/pcmcia/omap_cf.c:74:1: warning: "SZ_2K" redefined

Since

	c1191b0 ([ARM] Kirkwood: create a mapping for the Security Accelerator SRAM)

SZ_2K is defined in arch/arm/include/asm/sizes.h.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
  • Loading branch information
Uwe Kleine-König authored and Dominik Brodowski committed Feb 17, 2010
1 parent 7432a5b commit 0d418df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/pcmcia/omap_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ struct omap_cf_socket {

#define POLL_INTERVAL (2 * HZ)

#define SZ_2K (2 * SZ_1K)

/*--------------------------------------------------------------------------*/

static int omap_cf_ss_init(struct pcmcia_socket *s)
Expand Down

0 comments on commit 0d418df

Please sign in to comment.