Commit db4e963a authored by Martin Kaiser's avatar Martin Kaiser Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: remove unused define

parent fbcaf70b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -97,8 +97,6 @@ void rtw_usleep_os(int us)
		msleep((us / 1000) + 1);
}

#define RTW_SUSPEND_LOCK_NAME "rtw_wifi"

static const struct device_type wlan_type = {
	.name = "wlan",
};