mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 05:30:54 +07:00
ps3: Switch ps3_os_area_[gs]et_rtc_diff to EXPORT_SYMBOL_GPL()
They were never intended to be exported using EXPORT_SYMBOL() anyway Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Cc: Geoff Levand <geoffrey.levand@am.sony.com> Acked-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
7e28060a5e
commit
47cb996b05
@ -808,7 +808,7 @@ u64 ps3_os_area_get_rtc_diff(void)
|
||||
{
|
||||
return saved_params.rtc_diff;
|
||||
}
|
||||
EXPORT_SYMBOL(ps3_os_area_get_rtc_diff);
|
||||
EXPORT_SYMBOL_GPL(ps3_os_area_get_rtc_diff);
|
||||
|
||||
/**
|
||||
* ps3_os_area_set_rtc_diff - Set the rtc diff value.
|
||||
@ -824,7 +824,7 @@ void ps3_os_area_set_rtc_diff(u64 rtc_diff)
|
||||
os_area_queue_work();
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL(ps3_os_area_set_rtc_diff);
|
||||
EXPORT_SYMBOL_GPL(ps3_os_area_set_rtc_diff);
|
||||
|
||||
/**
|
||||
* ps3_os_area_get_av_multi_out - Returns the default video mode.
|
||||
|
Loading…
Reference in New Issue
Block a user