Fix supposed typo in the include guard symbol name, use full path for

the name.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2017-10-01 19:03:21 +00:00
parent 41e5a22698
commit 48a225d412
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324174

View File

@ -25,8 +25,8 @@
*
* $FreeBSD$
*/
#ifndef __SMBONF_H
#define __SMBONF_H
#ifndef __DEV_SMBUS_SMBCONF_H
#define __DEV_SMBUS_SMBCONF_H
#include <sys/queue.h>
@ -124,4 +124,4 @@ extern devclass_t smbus_devclass;
#define SMBUS_MAXVER 1
#define SMBUS_PREFVER SMBUS_MODVER
#endif
#endif /* __DEV_SMBUS_SMBCONF_H */