Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141719
b: refs/heads/master
c: 44b7117
h: refs/heads/master
i:
  141717: f7f14d6
  141715: e3f61ea
  141711: a9b5ff0
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent e7f548c commit 849c170
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd3966d5dc109a7f5cfcd7e14a851acc18d69324
refs/heads/master: 44b71174dfe579690c8f91d51763e05ca72169e2
2 changes: 0 additions & 2 deletions trunk/drivers/staging/epl/EplInstDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ typedef BYTE tEplInstanceHdl;
//--------------------------------------------------------------------------------------

// memory attributes for instance table
#define INST_NEAR // faster access to variables
#define INST_FAR // variables wich have to located in xdata
#define STATIC // prevent warnings for variables with same name

Expand Down Expand Up @@ -254,7 +253,6 @@ typedef BYTE tEplInstanceHdl;
#else // only one instance is used

// Memory attributes for instance table.
#define INST_NEAR NEAR // faster access to variables
#define INST_FAR MEM // variables wich have to located in xdata
#define STATIC static // prevent warnings for variables with same name

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/epl/EplObd.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
INSTANCE_TYPE_BEGIN EPL_MCO_DECL_INSTANCE_MEMBER()

STATIC tEplObdInitParam INST_FAR m_ObdInitParam;
STATIC tEplObdStoreLoadObjCallback INST_NEAR m_fpStoreLoadObjCallback;
STATIC tEplObdStoreLoadObjCallback m_fpStoreLoadObjCallback;

INSTANCE_TYPE_END
// decomposition of float
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/staging/epl/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@

#define MEM // Memory attribute to optimize speed and code of pointer access.

#ifndef NEAR
#define NEAR // variables mapped to internal data storage location
#endif

#ifndef FAR
#define FAR // variables mapped to external data storage location
#endif
Expand Down

0 comments on commit 849c170

Please sign in to comment.