Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c95741de authored by Harvey Harrison's avatar Harvey Harrison Committed by John W. Linville
Browse files

prism54: remove private implementation of le32_add_cpu

parent a1d88210
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/if_arp.h>
#include <asm/byteorder.h>

#include "prismcompat.h"
#include "isl_38xx.h"
@@ -471,7 +472,7 @@ islpci_eth_receive(islpci_private *priv)
		wmb();

		/* increment the driver read pointer */
		add_le32p(&control_block->
		le32_add_cpu(&control_block->
			     driver_curr_frag[ISL38XX_CB_RX_DATA_LQ], 1);
	}

+0 −6
Original line number Diff line number Diff line
@@ -85,12 +85,6 @@ extern int pc_debug;
#define PIMFOR_FLAG_APPLIC_ORIGIN               0x01
#define PIMFOR_FLAG_LITTLE_ENDIAN               0x02

static inline void
add_le32p(__le32 * le_number, u32 add)
{
	*le_number = cpu_to_le32(le32_to_cpup(le_number) + add);
}

void display_buffer(char *, int);

/*