atikms: RC11.2

git-svn-id: svn://kolibrios.org@2005 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2011-07-17 16:57:53 +00:00
parent e2c16e815b
commit 9437f5ae47
35 changed files with 4053 additions and 339 deletions

View File

@@ -213,5 +213,13 @@ static inline void *dev_get_drvdata(struct device *dev)
#define in_dbg_master() (0)
#define HZ 100
#define time_after(a,b) \
(typecheck(unsigned long, a) && \
typecheck(unsigned long, b) && \
((long)(b) - (long)(a) < 0))
#endif