diff options
Diffstat (limited to 'include/linux/highmem.h')
| -rw-r--r-- | include/linux/highmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/highmem.h b/include/linux/highmem.h index 4c6cb50a8d46..cffcb4b121c1 100644 --- a/include/linux/highmem.h +++ b/include/linux/highmem.h @@ -13,7 +13,7 @@ extern struct page *highmem_start_page; /* declarations for linux/mm/highmem.c */ unsigned int nr_free_highpages(void); -extern void create_bounce(struct bio **bio_orig, int gfp_mask); +extern void create_bounce(unsigned long pfn, struct bio **bio_orig, int gfp_mask); static inline char *bh_kmap(struct buffer_head *bh) { |
