Commit 69f34c98 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Thomas Gleixner
Browse files

[MTD] maps: Clean up trailing white spaces

parent 1f948b43
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
# drivers/mtd/maps/Kconfig
# $Id: Kconfig,v 1.60 2005/11/07 08:33:35 gleixner Exp $
# $Id: Kconfig,v 1.61 2005/11/07 11:14:26 gleixner Exp $

menu "Mapping drivers for chip access"
	depends on MTD!=n
+2 −2
Original line number Diff line number Diff line
#
# linux/drivers/maps/Makefile
#
# $Id: Makefile.common,v 1.33 2005/11/07 08:33:35 gleixner Exp $
# $Id: Makefile.common,v 1.34 2005/11/07 11:14:26 gleixner Exp $

ifeq ($(CONFIG_MTD_COMPLEX_MAPPINGS),y)
obj-$(CONFIG_MTD)		+= map_funcs.o
+6 −6
Original line number Diff line number Diff line
/*
 * Flash memory access on AMD Alchemy evaluation boards
 *
 * $Id: alchemy-flash.c,v 1.1 2005/02/27 21:50:21 ppopov Exp $
 * $Id: alchemy-flash.c,v 1.2 2005/11/07 11:14:26 gleixner Exp $
 *
 * (C) 2003, 2004 Pete Popov <ppopov@embeddedalley.com>
 *
+8 −8
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
 * amd76xrom.c
 *
 * Normal mappings of chips in physical memory
 * $Id: amd76xrom.c,v 1.20 2005/03/18 14:04:35 gleixner Exp $
 * $Id: amd76xrom.c,v 1.21 2005/11/07 11:14:26 gleixner Exp $
 */

#include <linux/module.h>
+3 −3
Original line number Diff line number Diff line
/*
 * $Id: arctic-mtd.c,v 1.13 2004/11/04 13:24:14 gleixner Exp $
 * $Id: arctic-mtd.c,v 1.14 2005/11/07 11:14:26 gleixner Exp $
 *
 * drivers/mtd/maps/arctic-mtd.c MTD mappings and partition tables for
 *                              IBM 405LP Arctic boards.
Loading