|
@@ -80,7 +80,7 @@ static void adb_iop_end_req(struct adb_request *req, int state)
|
|
static void adb_iop_complete(struct iop_msg *msg)
|
|
static void adb_iop_complete(struct iop_msg *msg)
|
|
{
|
|
{
|
|
struct adb_request *req;
|
|
struct adb_request *req;
|
|
- uint flags;
|
|
|
|
|
|
+ unsigned long flags;
|
|
|
|
|
|
local_irq_save(flags);
|
|
local_irq_save(flags);
|
|
|
|
|
|
@@ -103,7 +103,7 @@ static void adb_iop_listen(struct iop_msg *msg)
|
|
{
|
|
{
|
|
struct adb_iopmsg *amsg = (struct adb_iopmsg *) msg->message;
|
|
struct adb_iopmsg *amsg = (struct adb_iopmsg *) msg->message;
|
|
struct adb_request *req;
|
|
struct adb_request *req;
|
|
- uint flags;
|
|
|
|
|
|
+ unsigned long flags;
|
|
#ifdef DEBUG_ADB_IOP
|
|
#ifdef DEBUG_ADB_IOP
|
|
int i;
|
|
int i;
|
|
#endif
|
|
#endif
|