Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c915aadb authored by Daniel Machon's avatar Daniel Machon Committed by Greg Kroah-Hartman
Browse files

Staging: wilc1000: wilc_platform.h: Fixed include guard spelling error



Fixed spelling error

Signed-off-by: default avatarDaniel Machon <dmachon.dev@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 78174ada
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#ifndef __WILC_platfrom_H__
#define __WILC_platfrom_H__
#ifndef __WILC_platform_H__
#define __WILC_platform_H__

#include <linux/kthread.h>
#include <linux/semaphore.h>