summaryrefslogtreecommitdiff
path: root/drivers/net/netdevsim/macsec.c
diff options
context:
space:
mode:
authorRadu Pirea (NXP OSS) <radu-nicolae.pirea@oss.nxp.com>2023-12-19 17:53:27 +0300
committerDavid S. Miller <davem@davemloft.net>2023-12-27 16:08:09 +0300
commitb1c036e835b67320316e20e562cc3b4daf8fa08b (patch)
treeb1a95969f407ea4af305cda0e2a7fc666d8cebdd /drivers/net/netdevsim/macsec.c
parentb34ab3527b9622ca4910df24ff5beed5aa66c6b5 (diff)
downloadlinux-b1c036e835b67320316e20e562cc3b4daf8fa08b.tar.xz
net: macsec: move sci_to_cpu to macsec header
Move sci_to_cpu to the MACsec header to use it in drivers. Signed-off-by: Radu Pirea (NXP OSS) <radu-nicolae.pirea@oss.nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/netdevsim/macsec.c')
-rw-r--r--drivers/net/netdevsim/macsec.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/netdevsim/macsec.c b/drivers/net/netdevsim/macsec.c
index 0d5f50430dd3..aa007b1e4b78 100644
--- a/drivers/net/netdevsim/macsec.c
+++ b/drivers/net/netdevsim/macsec.c
@@ -3,11 +3,6 @@
#include <net/macsec.h>
#include "netdevsim.h"
-static inline u64 sci_to_cpu(sci_t sci)
-{
- return be64_to_cpu((__force __be64)sci);
-}
-
static int nsim_macsec_find_secy(struct netdevsim *ns, sci_t sci)
{
int i;