mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 17:04:50 -04:00
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:
committed by
Greg Kroah-Hartman
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>
|
||||
|
||||
Reference in New Issue
Block a user