mirror of https://gitee.com/openkylin/linux.git
Staging: wilc1000: wilc_platform.h: Fixed include guard spelling error
Fixed spelling error Signed-off-by: Daniel Machon <dmachon.dev@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
78174adaf5
commit
c915aadb5d
|
@ -1,5 +1,5 @@
|
|||
#ifndef __WILC_platfrom_H__
|
||||
#define __WILC_platfrom_H__
|
||||
#ifndef __WILC_platform_H__
|
||||
#define __WILC_platform_H__
|
||||
|
||||
#include <linux/kthread.h>
|
||||
#include <linux/semaphore.h>
|
||||
|
|
Loading…
Reference in New Issue