fed up with those stupid warnings
[mmotm.git] / arch / blackfin / include / asm / page.h
blob944a07c6cfd6084500347ef3b440786d2d546bd9
1 /*
2  * Copyright 2004-2009 Analog Devices Inc.
3  *
4  * Licensed under the GPL-2 or later.
5  */
7 #ifndef _BLACKFIN_PAGE_H
8 #define _BLACKFIN_PAGE_H
10 #include <asm-generic/page.h>
11 #define MAP_NR(addr) (((unsigned long)(addr)-PAGE_OFFSET) >> PAGE_SHIFT)
13 #endif