pwm: renesas-tpu: remove unused struct tpu_pwm_platform_data
The struct is not used anymore and the polarity initialization will be done using the PWM lookup table (or device tree). Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:

committed by
Thierry Reding

parent
b16001d745
commit
dc67115713
@@ -1,16 +0,0 @@
|
||||
#ifndef __PWM_RENESAS_TPU_H__
|
||||
#define __PWM_RENESAS_TPU_H__
|
||||
|
||||
#include <linux/pwm.h>
|
||||
|
||||
#define TPU_CHANNEL_MAX 4
|
||||
|
||||
struct tpu_pwm_channel_data {
|
||||
enum pwm_polarity polarity;
|
||||
};
|
||||
|
||||
struct tpu_pwm_platform_data {
|
||||
struct tpu_pwm_channel_data channels[TPU_CHANNEL_MAX];
|
||||
};
|
||||
|
||||
#endif /* __PWM_RENESAS_TPU_H__ */
|
Reference in New Issue
Block a user