diff options
Diffstat (limited to 'include/linux/pfn.h')
-rw-r--r-- | include/linux/pfn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pfn.h b/include/linux/pfn.h index 2d8e49711b63..1132953235c0 100644 --- a/include/linux/pfn.h +++ b/include/linux/pfn.h @@ -10,7 +10,7 @@ * backing is indicated by flags in the high bits of the value. */ typedef struct { - unsigned long val; + u64 val; } pfn_t; #endif |