mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 06:21:31 +00:00
WorkStruct: make allyesconfig
Fix up for make allyesconfig. Signed-Off-By: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
65f27f3844
commit
c4028958b6
282 changed files with 1775 additions and 1454 deletions
|
@ -65,9 +65,11 @@ void sas_hash_addr(u8 *hashed, const u8 *sas_addr)
|
|||
|
||||
/* ---------- HA events ---------- */
|
||||
|
||||
void sas_hae_reset(void *data)
|
||||
void sas_hae_reset(struct work_struct *work)
|
||||
{
|
||||
struct sas_ha_struct *ha = data;
|
||||
struct sas_ha_event *ev =
|
||||
container_of(work, struct sas_ha_event, work);
|
||||
struct sas_ha_struct *ha = ev->ha;
|
||||
|
||||
sas_begin_event(HAE_RESET, &ha->event_lock,
|
||||
&ha->pending);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue