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:
Daniel Machon 2015-08-08 20:00:07 +02:00 committed by Greg Kroah-Hartman
parent 78174adaf5
commit c915aadb5d

View file

@ -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>