make __region_intersects static
Reported-by: kernel test robot <lkp@intel.com>
Cc: Alistair Popple <apopple@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
}
EXPORT_SYMBOL_GPL(page_is_ram);
-int __region_intersects(resource_size_t start, size_t size, unsigned long flags,
- unsigned long desc)
+static int __region_intersects(resource_size_t start, size_t size,
+ unsigned long flags, unsigned long desc)
{
struct resource res;
int type = 0; int other = 0;