diff mbox series

[net-next] atm: delete include/linux/atm_suni.h

Message ID YE4qksYA1qvYnsap@localhost.localdomain
State New
Headers show
Series [net-next] atm: delete include/linux/atm_suni.h | expand

Commit Message

Alexey Dobriyan March 14, 2021, 3:24 p.m. UTC
This file has been effectively empty since 2.3.99-pre3 !

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 drivers/atm/fore200e.c   |    1 -
 drivers/atm/suni.c       |    1 -
 include/linux/atm_suni.h |   12 ------------
 3 files changed, 14 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 15, 2021, 7:50 p.m. UTC | #1
Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Sun, 14 Mar 2021 18:24:02 +0300 you wrote:
> This file has been effectively empty since 2.3.99-pre3 !

> 

> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>

> ---

> 

>  drivers/atm/fore200e.c   |    1 -

>  drivers/atm/suni.c       |    1 -

>  include/linux/atm_suni.h |   12 ------------

>  3 files changed, 14 deletions(-)


Here is the summary with links:
  - [net-next] atm: delete include/linux/atm_suni.h
    https://git.kernel.org/netdev/net-next/c/9cb24ea05185

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

--- a/drivers/atm/fore200e.c
+++ b/drivers/atm/fore200e.c
@@ -21,7 +21,6 @@ 
 #include <linux/module.h>
 #include <linux/atmdev.h>
 #include <linux/sonet.h>
-#include <linux/atm_suni.h>
 #include <linux/dma-mapping.h>
 #include <linux/delay.h>
 #include <linux/firmware.h>
--- a/drivers/atm/suni.c
+++ b/drivers/atm/suni.c
@@ -21,7 +21,6 @@ 
 #include <linux/timer.h>
 #include <linux/init.h>
 #include <linux/capability.h>
-#include <linux/atm_suni.h>
 #include <linux/slab.h>
 #include <asm/param.h>
 #include <linux/uaccess.h>
deleted file mode 100644
--- a/include/linux/atm_suni.h
+++ /dev/null
@@ -1,12 +0,0 @@ 
-/* atm_suni.h - Driver-specific declarations of the SUNI driver (for use by
-		driver-specific utilities) */
-
-/* Written 1998,2000 by Werner Almesberger, EPFL ICA */
-
-
-#ifndef LINUX_ATM_SUNI_H
-#define LINUX_ATM_SUNI_H
-
-/* everything obsoleted */
-
-#endif