Loading arch/arm/mach-msm/msm-buspm-dev.h +2 −2 Original line number Original line Diff line number Diff line /* Copyright (c) 2011, The Linux Foundation. All rights reserved. /* Copyright (c) 2011,2014, The Linux Foundation. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and Loading @@ -23,7 +23,7 @@ struct msm_buspm_map_dev { /* Read/write data into kernel buffer */ /* Read/write data into kernel buffer */ struct buspm_xfer_req { struct buspm_xfer_req { int size; /* Size of this request, in bytes */ unsigned int size; /* Size of this request, in bytes */ void *data; /* Data buffer to transfer data to/from */ void *data; /* Data buffer to transfer data to/from */ }; }; Loading Loading
arch/arm/mach-msm/msm-buspm-dev.h +2 −2 Original line number Original line Diff line number Diff line /* Copyright (c) 2011, The Linux Foundation. All rights reserved. /* Copyright (c) 2011,2014, The Linux Foundation. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and Loading @@ -23,7 +23,7 @@ struct msm_buspm_map_dev { /* Read/write data into kernel buffer */ /* Read/write data into kernel buffer */ struct buspm_xfer_req { struct buspm_xfer_req { int size; /* Size of this request, in bytes */ unsigned int size; /* Size of this request, in bytes */ void *data; /* Data buffer to transfer data to/from */ void *data; /* Data buffer to transfer data to/from */ }; }; Loading