summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/pppd/rtemspppd.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/pppd/rtemspppd.c')
-rw-r--r--rtemsbsd/pppd/rtemspppd.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/rtemsbsd/pppd/rtemspppd.c b/rtemsbsd/pppd/rtemspppd.c
index 64e42841..cf237a81 100644
--- a/rtemsbsd/pppd/rtemspppd.c
+++ b/rtemsbsd/pppd/rtemspppd.c
@@ -10,10 +10,9 @@
* $Id$
*/
+#include <rtems/rtemspppd.h>
#include <rtems.h>
-#include <rtems/rtems_bsdnet.h>
#include "pppd.h"
-#include "rtemspppd.h"
/* define pppd function prototypes */
@@ -82,11 +81,6 @@ int rtems_pppd_initialize(void)
rtems_status_code status;
rtems_name taskName;
- /* determine priority value */
- if ( rtems_bsdnet_config.network_task_priority ) {
- priority = rtems_bsdnet_config.network_task_priority;
- }
-
/* initialize the exit hook */
rtems_pppd_exitfp = (rtems_pppd_hookfunction)0;