lkml.org 
[lkml]   [2005]   [Dec]   [21]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 21 Dec 2005 10:30:22 +0100
FromAlessandro Zummo <>
SubjectRe: [RFC][PATCH 1/6] RTC subsystem, class
On Tue, 20 Dec 2005 17:50:12 -0800
Mitchell Blank Jr <mitch@sfgoth.com> wrote:

> > > exporting static symbols is pretty wrong.  Exporting tables is pretty
> > > bad style aswell.> > > >  Tables like this one are often used in rtc drivers. What
> >  can I use instead?> > Why not just provide a macro in a .h file?  Something like:
> > /* Days in month -- month is in the range (0..11), no leap year */
> #define rtc_days_in_month(mon)	(28 + ((0xEEFBB3 >> ((mon) * 2)) & 3))

 I just noticed i was exporting a similar functions, so
the table export can be removed.

-- 

 Best regards,

 Alessandro Zummo,
  Tower Technologies - Turin, Italy

  http://www.towertech.it

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-12-21 10:36    [from the cache]
©2003-2008