1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349073
2 changed files with 0 additions and 5 deletions

View File

@ -31,7 +31,6 @@
#ifndef _PWMBUS_H_
#include <dev/ofw/openfirm.h>
#include <sys/pwm.h>
struct pwm_channel {
device_t dev;

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)