OMAP2+: hwmod/device: update documentation and copyright
[deliverable/linux.git] / arch / arm / plat-omap / omap_device.c
index dee4629b7b473f4f3e61194c5e9c9844294b58ca..ea0d659fcb1c54d52eb4d59fce283e8f154806bd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * omap_device implementation
  *
- * Copyright (C) 2009 Nokia Corporation
+ * Copyright (C) 2009-2010 Nokia Corporation
  * Paul Walmsley, Kevin Hilman
  *
  * Developed in collaboration with (alphabetical order): Benoit
 #define USE_WAKEUP_LAT                 0
 #define IGNORE_WAKEUP_LAT              1
 
-
-#define OMAP_DEVICE_MAGIC 0xf00dcafe
+/*
+ * OMAP_DEVICE_MAGIC: used to determine whether a struct omap_device
+ * obtained via container_of() is in fact a struct omap_device
+ */
+#define OMAP_DEVICE_MAGIC               0xf00dcafe
 
 /* Private functions */
 
This page took 0.040094 seconds and 5 git commands to generate.