Do not include pwm.h here, it is purely a userland interface file containing

ioctl defintions for the pwmc driver. It is not part of the pwmbus interface.
This commit is contained in:
Ian Lepore
2019-06-15 19:43:33 +00:00
parent e7654ccbd6
commit f9d8090ea8
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -31,7 +31,6 @@
#ifndef _PWMBUS_H_
#include <dev/ofw/openfirm.h>
#include <sys/pwm.h>
struct pwm_channel {
device_t dev;
-4
View File
@@ -48,10 +48,6 @@ CODE {
}
};
HEADER {
#include <sys/pwm.h>
};
#
# Config the period (Total number of cycle in ns) and
# the duty (active number of cycle in ns)