Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4488
b: refs/heads/master
c: f16407d
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Thomas Gleixner committed May 23, 2005
1 parent fdef3b5 commit caf1156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0ea4a7558f3c5b894e46da4b2be120edf002a86d
refs/heads/master: f16407d73effc59e1e9f88e45a3dc53cacbb8264
4 changes: 2 additions & 2 deletions trunk/include/linux/mtd/map.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/* Overhauled routines for dealing with different mmap regions of flash */
/* $Id: map.h,v 1.47 2005/02/08 17:11:15 nico Exp $ */
/* $Id: map.h,v 1.48 2005/02/16 15:54:59 nico Exp $ */

#ifndef __LINUX_MTD_MAP_H__
#define __LINUX_MTD_MAP_H__
Expand Down Expand Up @@ -418,7 +418,7 @@ extern void simple_map_init(struct map_info *);


#define simple_map_init(map) BUG_ON(!map_bankwidth_supported((map)->bankwidth))
#define map_is_linear(map) (1)
#define map_is_linear(map) ({ (void)(map); 1; })

#endif /* !CONFIG_MTD_COMPLEX_MAPPINGS */

Expand Down

0 comments on commit caf1156

Please sign in to comment.