Skip to content

Commit

Permalink
drivers: modem: modem_receiver.h: move header from /include/
Browse files Browse the repository at this point in the history
Move modem_receiver.h to the driver directory. No other users in the
tree and it is a private header.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif committed Jun 25, 2019
1 parent cdc7810 commit 158d921
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/modem/modem_receiver.c
Expand Up @@ -19,7 +19,7 @@

LOG_MODULE_REGISTER(mdm_receiver, CONFIG_MODEM_LOG_LEVEL);

#include <drivers/modem/modem_receiver.h>
#include "modem_receiver.h"

#define MAX_MDM_CTX CONFIG_MODEM_RECEIVER_MAX_CONTEXTS
#define MAX_READ_SIZE 128
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/modem/modem_shell.c
Expand Up @@ -20,7 +20,7 @@

#include <misc/printk.h>

#include <drivers/modem/modem_receiver.h>
#include "modem_receiver.h"

static int cmd_modem_list(const struct shell *shell, size_t argc,
char *argv[])
Expand Down
2 changes: 1 addition & 1 deletion drivers/modem/ublox-sara-r4.c
Expand Up @@ -33,7 +33,7 @@ LOG_MODULE_REGISTER(LOG_DOMAIN);
#include "udp_internal.h"
#endif

#include <drivers/modem/modem_receiver.h>
#include "modem_receiver.h"

#if !defined(CONFIG_MODEM_UBLOX_SARA_R4_MANUAL_MCCMNO)
#define CONFIG_MODEM_UBLOX_SARA_R4_MANUAL_MCCMNO ""
Expand Down
2 changes: 1 addition & 1 deletion drivers/modem/wncm14a2a.c
Expand Up @@ -33,7 +33,7 @@ LOG_MODULE_REGISTER(LOG_DOMAIN);
#include "udp_internal.h"
#endif

#include <drivers/modem/modem_receiver.h>
#include "modem_receiver.h"

/* Uncomment the #define below to enable a hexdump of all incoming
* data from the modem receiver
Expand Down

0 comments on commit 158d921

Please sign in to comment.