diff mbox series

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

Message ID YE4qksYA1qvYnsap@localhost.localdomain (mailing list archive)
State Accepted
Commit 9cb24ea051857f2a7ab85c42842c5baa40497e53
Delegated to: Netdev Maintainers
Headers show
Series [net-next] atm: delete include/linux/atm_suni.h | expand

Checks

Context Check Description
netdev/cover_letter success Link
netdev/fixes_present success Link
netdev/patch_count success Link
netdev/tree_selection success Clearly marked for net-next
netdev/subject_prefix success Link
netdev/cc_maintainers fail 2 maintainers not CCed: 3chas3@gmail.com linux-atm-general@lists.sourceforge.net
netdev/source_inline success Was 0 now: 0
netdev/verify_signedoff success Link
netdev/module_param success Was 0 now: 0
netdev/build_32bit success Errors and warnings before: 2 this patch: 2
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/verify_fixes success Link
netdev/checkpatch warning WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
netdev/build_allmodconfig_warn success Errors and warnings before: 2 this patch: 2
netdev/header_inline success Link

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