aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-frv/highmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-frv/highmem.h')
-rw-r--r--include/asm-frv/highmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-frv/highmem.h b/include/asm-frv/highmem.h
index cfbf7d3a1feb..e2247c22a638 100644
--- a/include/asm-frv/highmem.h
+++ b/include/asm-frv/highmem.h
@@ -134,7 +134,7 @@ static inline void *kmap_atomic(struct page *page, enum km_type type)
134 134
135 default: 135 default:
136 BUG(); 136 BUG();
137 return 0; 137 return NULL;
138 } 138 }
139} 139}
140 140