mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 04:06:26 +00:00
sched/headers: Standardize the <linux/sched/vhost_task.h> header guard name
Use the same _LINUX_SCHED_ prefix nomenclature as the other 29 header guards in include/linux/sched/ do. Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
parent
3ba78da711
commit
6eddb116dd
@ -1,7 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
#ifndef _LINUX_VHOST_TASK_H
|
||||
#define _LINUX_VHOST_TASK_H
|
||||
|
||||
#ifndef _LINUX_SCHED_VHOST_TASK_H
|
||||
#define _LINUX_SCHED_VHOST_TASK_H
|
||||
|
||||
struct vhost_task;
|
||||
|
||||
@ -11,4 +10,4 @@ void vhost_task_start(struct vhost_task *vtsk);
|
||||
void vhost_task_stop(struct vhost_task *vtsk);
|
||||
void vhost_task_wake(struct vhost_task *vtsk);
|
||||
|
||||
#endif
|
||||
#endif /* _LINUX_SCHED_VHOST_TASK_H */
|
||||
|
Loading…
Reference in New Issue
Block a user