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

Commit 13674118 authored by Kalle Valo's avatar Kalle Valo Committed by John W. Linville
Browse files

wl1251: rename wl12xx.h to wl1251.h



wl12xx.h is now only used by 1251 code, so we can rename it.

Signed-off-by: default avatarKalle Valo <kalle.valo@nokia.com>
Reviewed-by: default avatarVidhya Govindan <vidhya.govindan@nokia.com>
Reviewed-by: default avatarLuciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent ef2f8d45
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@
#define __REG_H__

#include <linux/bitops.h>
#include "wl12xx.h"

#define REGISTERS_BASE 0x00300000
#define DRPW_BASE      0x00310000
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#include <linux/crc7.h>
#include <linux/spi/spi.h>

#include "wl12xx.h"
#include "wl1251.h"
#include "wl12xx_80211.h"
#include "reg.h"
#include "wl1251_spi.h"
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
#ifndef __WL12XX_ACX_H__
#define __WL12XX_ACX_H__

#include "wl12xx.h"
#include "wl1251.h"
#include "wl1251_cmd.h"

/* Target's information element */
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
#ifndef __BOOT_H__
#define __BOOT_H__

#include "wl12xx.h"
#include "wl1251.h"

int wl12xx_boot_soft_reset(struct wl12xx *wl);
int wl12xx_boot_init_seq(struct wl12xx *wl);
Loading