| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) Overkiz SAS 2012 |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Author: Boris BREZILLON <b.brezillon@overkiz.com> |
|---|
| 5 | | - * License terms: GNU General Public License (GPL) version 2 |
|---|
| 6 | 6 | */ |
|---|
| 7 | 7 | |
|---|
| 8 | 8 | #include <linux/module.h> |
|---|
| .. | .. |
|---|
| 17 | 17 | #include <linux/ioport.h> |
|---|
| 18 | 18 | #include <linux/io.h> |
|---|
| 19 | 19 | #include <linux/platform_device.h> |
|---|
| 20 | | -#include <linux/atmel_tc.h> |
|---|
| 21 | 20 | #include <linux/pwm.h> |
|---|
| 22 | 21 | #include <linux/of_device.h> |
|---|
| 23 | 22 | #include <linux/slab.h> |
|---|
| 23 | +#include <soc/at91/atmel_tcb.h> |
|---|
| 24 | 24 | |
|---|
| 25 | 25 | #define NPWM 6 |
|---|
| 26 | 26 | |
|---|