mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 11:16:42 +07:00
#if 0 hpet_unregister()
This patch #if 0's the unused hpet_unregister(). Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
8d1e120f69
commit
372572e9b1
@ -623,6 +623,7 @@ static inline int hpet_tpcheck(struct hpet_task *tp)
|
|||||||
return -ENXIO;
|
return -ENXIO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
int hpet_unregister(struct hpet_task *tp)
|
int hpet_unregister(struct hpet_task *tp)
|
||||||
{
|
{
|
||||||
struct hpet_dev *devp;
|
struct hpet_dev *devp;
|
||||||
@ -652,6 +653,7 @@ int hpet_unregister(struct hpet_task *tp)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif /* 0 */
|
||||||
|
|
||||||
static ctl_table hpet_table[] = {
|
static ctl_table hpet_table[] = {
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user