mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
41e5a22698
commit
48a225d412
1 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue