mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
pwm: rockchip: rename pwm-rockchip.h to pwm-rockchip-irq-callbacks.h
Change-Id: Iea8f4edf02c35cd7b2337b014989abb2fa94b71d Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
* Copyright (c) 2023 Rockchip Electronics Co., Ltd.
|
||||
*/
|
||||
|
||||
#ifndef _PWM_ROCKCHIP_H_
|
||||
#define _PWM_ROCKCHIP_H_
|
||||
#ifndef _PWM_ROCKCHIP_IRQ_CALLBACKS_H_
|
||||
#define _PWM_ROCKCHIP_IRQ_CALLBACKS_H_
|
||||
|
||||
#include <linux/pwm.h>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/pwm.h>
|
||||
#include <linux/time.h>
|
||||
#include "pwm-rockchip.h"
|
||||
#include "pwm-rockchip-irq-callbacks.h"
|
||||
|
||||
#define PWM_MAX_CHANNEL_NUM 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user