aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-06 22:22:40 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-07 05:30:07 +0100
commit764a985ba1021b05b1bd84fc4268617379c3987b (patch)
tree688d818293ad0f4156440927941054138d3afa71
parent12f564f85a9276ee8fafd30495f6b24024593719 (diff)
downloadhardware_replicant_libsamsung-ipc-764a985ba1021b05b1bd84fc4268617379c3987b.tar.gz
hardware_replicant_libsamsung-ipc-764a985ba1021b05b1bd84fc4268617379c3987b.tar.bz2
hardware_replicant_libsamsung-ipc-764a985ba1021b05b1bd84fc4268617379c3987b.zip
devices: galaxys2: Reorder includes alphabetically
Acked-by: Fil Lupin <fillupin@protonmail.com> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--samsung-ipc/devices/galaxys2/galaxys2.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/samsung-ipc/devices/galaxys2/galaxys2.c b/samsung-ipc/devices/galaxys2/galaxys2.c
index f82ed12..2b0ad0d 100644
--- a/samsung-ipc/devices/galaxys2/galaxys2.c
+++ b/samsung-ipc/devices/galaxys2/galaxys2.c
@@ -17,19 +17,19 @@
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <sys/mman.h>
+#include <fcntl.h>
#include <stdlib.h>
-#include <unistd.h>
#include <string.h>
-#include <fcntl.h>
-#include <sys/mman.h>
+#include <unistd.h>
-#include <samsung-ipc.h>
#include <ipc.h>
+#include <samsung-ipc.h>
+#include "galaxys2.h"
#include "xmm626.h"
#include "xmm626_hsic.h"
#include "xmm626_sec_modem.h"
-#include "galaxys2.h"
int galaxys2_boot(struct ipc_client *client)
{