diff options
| author | Greg Kroah-Hartman <[email protected]> | 2014-09-25 11:11:52 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2014-09-25 11:11:52 +0000 |
| commit | 346e2e4a8b47089f4319f114ec9ac3a95b5f0ac8 (patch) | |
| tree | 0e824d68b72969127abcad85e82b468ed4e23237 /arch/mips/mm/init.c | |
| parent | Merge tag 'usb-serial-3.17-final' of git://git.kernel.org/pub/scm/linux/kerne... (diff) | |
| parent | phy: remove .owner field for drivers using module_platform_driver (diff) | |
| download | kernel-346e2e4a8b47089f4319f114ec9ac3a95b5f0ac8.tar.gz kernel-346e2e4a8b47089f4319f114ec9ac3a95b5f0ac8.zip | |
Merge tag 'phy-for_3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next
Kishon writes:
Adds 3 new PHY drivers stih407, stih41x and rcar gen2 PHY. It also
includes miscellaneous cleanup of other PHY drivers.
Conflicts:
MAINTAINERS
Diffstat (limited to 'arch/mips/mm/init.c')
| -rw-r--r-- | arch/mips/mm/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c index 571aab064936..f42e35e42790 100644 --- a/arch/mips/mm/init.c +++ b/arch/mips/mm/init.c @@ -53,6 +53,7 @@ */ unsigned long empty_zero_page, zero_page_mask; EXPORT_SYMBOL_GPL(empty_zero_page); +EXPORT_SYMBOL(zero_page_mask); /* * Not static inline because used by IP27 special magic initialization code |
