Skip to content

Commit

Permalink
nommu: ramfs: remove unused local var
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <[email protected]>
Cc: David Howells <[email protected]>
Acked-by: Greg Ungerer <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
vapier authored and torvalds committed Dec 17, 2009
1 parent 8a79503 commit 0f67b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ramfs/file-nommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const struct inode_operations ramfs_file_inode_operations = {
*/
int ramfs_nommu_expand_for_mapping(struct inode *inode, size_t newsize)
{
unsigned long npages, xpages, loop, limit;
unsigned long npages, xpages, loop;
struct page *pages;
unsigned order;
void *data;
Expand Down

0 comments on commit 0f67b0b

Please sign in to comment.